diff options
author | default <nobody@localhost> | 2023-07-05 14:07:52 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-05 14:07:52 +0200 |
commit | 08e474561e0a844ad63c047aef2dd347b4fe0cc9 (patch) | |
tree | 3ad842395b5c4c22c02da1fd5f5810819890d98d /data.c | |
parent | eef3c419dd11f324e4817cda0282d727b18d41d3 (diff) |
Tweaked static_get() logging.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); } } |