sideshowcoder / canned

Server to respond with fake API responses, by using a directory of files for finding out what to say!
213 stars 46 forks source link

Log an error if content sanatization fails #21

Closed sideshowcoder closed 10 years ago

sideshowcoder commented 10 years ago

before the error was just hidden now it is logged when he sanatization of the content fails, this is especially important for JSON since it needs to be parseable to be returned by canned otherwise just false is returned

RESOLVES #4