Tweaked static_get() logging.

This commit is contained in:
default 2023-07-05 14:07:52 +02:00
parent eef3c419dd
commit 08e474561e

2
data.c
View File

@ -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));
}
}