1
0
This commit is contained in:
Scott E. Graves
2017-03-15 23:19:46 -05:00
parent cba53aef8b
commit 72caad98d2
5 changed files with 43 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
#ifndef _UPLOADMANAGER_H
#define _UPLOADMANAGER_H
#include <autothread.h>
#include <SQLiteCpp/Database.h>
#include <SQLiteCpp/Exception.h>
#include <autothread.h>
#include <deque>
#include <siacurl.h>
#include <eventsystem.h>
@@ -873,7 +873,7 @@ public:
virtual SString GetSingleLineMessage() const override
{
return L"DatabaseExceptionOccurred|MSG|" + SString(_exception.getErrorStr());
return L"DatabaseExceptionOccurred|MSG|" + SString();// _exception.getErrorStr());
}
};