coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Added name of Entity to log message on line 462. #84

Closed MarkMYoung closed 12 years ago

MarkMYoung commented 12 years ago

I was hoping to roll up my 4 modified files into one pull request, but I don't know how to do that. My changes add better error handling and some more verbose logging when in debug mode.

zefhemel commented 12 years ago

Thanks!