mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
debugging fiddles.
This commit is contained in:
parent
30e53f963c
commit
40ed766880
@ -167,7 +167,7 @@ int rhizome_manifest_version_cache_lookup(rhizome_manifest *m)
|
||||
if (i==24) {
|
||||
/* Entries match -- so check version */
|
||||
unsigned long long rev = rhizome_manifest_get_ll(m,"version");
|
||||
WHYF("cached version same or newer (%lld)",entry->version);
|
||||
if (0) WHYF("cached version same or newer (%lld)",entry->version);
|
||||
if (rev<entry->version) {
|
||||
/* the presented manifest is older than we have.
|
||||
This allows the caller to know that they can tell whoever gave them the
|
||||
|
@ -166,7 +166,6 @@ int overlay_rhizome_add_advertisements(int interface_number,overlay_buffer *e)
|
||||
bundle_offset[pass],slots);
|
||||
break;
|
||||
}
|
||||
WHYF("sql query: %s",query);
|
||||
|
||||
switch (sqlite3_prepare_v2(rhizome_db,query,-1,&statement,NULL))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user