ALL: Fix debug, warning and error usage
Added prefixes, used debug(9).
This commit is contained in:
parent
d57e0c89b5
commit
15c6772ff7
28 changed files with 111 additions and 109 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue