CMake
This commit is contained in:
@@ -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());
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user