diff options
Diffstat (limited to 'controller/JSONDB.cpp')
| -rw-r--r-- | controller/JSONDB.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/JSONDB.cpp b/controller/JSONDB.cpp index ea295688..4b6824c2 100644 --- a/controller/JSONDB.cpp +++ b/controller/JSONDB.cpp @@ -120,6 +120,7 @@ bool JSONDB::writeRaw(const std::string &n,const std::string &obj) #ifndef __WINDOWS__ if (obj.length() > 0) { Mutex::Lock _l(_rawLock); + //fprintf(stderr,"%s\n",obj.c_str()); if ((long)write(_rawOutput,obj.data(),obj.length()) == (long)obj.length()) { if (write(_rawOutput,"\n",1) == 1) return true; |
