Skip to content

Commit

Permalink
Debug test failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin committed May 9, 2024
1 parent 25f41b6 commit f67d319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Objective-C/Internal/CBLQueryObserver.m
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ - (void) postQueryChange: (C4QueryObserver*)obs {
}];

if (!result) {
CBLLogVerbose(Query, @"%@: Ignore an empty result (%d/%d)", self, c4error.domain, c4error.code);
CBLWarn(Query, @"%@: Ignore an empty result (%d/%d)", self, c4error.domain, c4error.code);
// CBLLogVerbose(Query, @"%@: Ignore an empty result (%d/%d)", self, c4error.domain, c4error.code);
return;
}

Expand Down

0 comments on commit f67d319

Please sign in to comment.