ALL: Fix debug, warning and error usage

Added prefixes, used debug(9).
This commit is contained in:
Alexander Tkachev 2016-07-23 12:52:27 +06:00
parent d57e0c89b5
commit 15c6772ff7
28 changed files with 111 additions and 109 deletions

View file

@ -80,7 +80,7 @@ void DropboxCreateDirectoryRequest::responseCallback(Networking::JsonResponse re
error.httpResponseCode = rq->getNetworkReadStream()->httpResponseCode();
if (!json) {
warning("NULL passed instead of JSON");
warning("DropboxCreateDirectoryRequest: NULL passed instead of JSON");
finishError(error);
return;
}