mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Tweaked static_get() logging.
This commit is contained in:
parent
eef3c419dd
commit
08e474561e
2
data.c
2
data.c
@ -1574,7 +1574,7 @@ int static_get(snac *snac, const char *id, xs_val **data, int *size,
|
|||||||
if (etag != NULL)
|
if (etag != NULL)
|
||||||
*etag = xs_dup(e);
|
*etag = xs_dup(e);
|
||||||
|
|
||||||
srv_debug(1, xs_fmt("static_get(): %d %s %s", status, id, e));
|
srv_debug(1, xs_fmt("static_get(): %s %d", id, status));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user