mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 22:17:53 +00:00
Squelch info message that is occuring while fetching a journal bundle
This commit is contained in:
parent
31dbfa4e58
commit
20af8a9477
@ -1690,8 +1690,8 @@ int rhizome_retrieve_manifest(const rhizome_bid_t *bidp, rhizome_manifest *m)
|
||||
int ret = 1;
|
||||
if (sqlite_step_retry(&retry, statement) == SQLITE_ROW)
|
||||
ret = unpack_manifest_row(m, statement);
|
||||
else
|
||||
INFOF("Manifest id=%s not found", alloca_tohex_rhizome_bid_t(*bidp));
|
||||
else if (config.debug.rhizome)
|
||||
DEBUGF("Manifest id=%s not found", alloca_tohex_rhizome_bid_t(*bidp));
|
||||
sqlite3_finalize(statement);
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user