mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Tweaked static_get() logging.
This commit is contained in:
parent
eef3c419dd
commit
08e474561e
1 changed files with 1 additions and 1 deletions
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)
|
||||
*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 a new issue