summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-07-05 14:07:52 +0200
committerdefault <nobody@localhost>2023-07-05 14:07:52 +0200
commit08e474561e0a844ad63c047aef2dd347b4fe0cc9 (patch)
tree3ad842395b5c4c22c02da1fd5f5810819890d98d /data.c
parenteef3c419dd11f324e4817cda0282d727b18d41d3 (diff)
Tweaked static_get() logging.
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index bae85a1..a221e82 100644
--- a/data.c
+++ b/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));
}
}