diff options
| author | 2023-07-05 14:07:52 +0200 | |
|---|---|---|
| committer | 2023-07-05 14:07:52 +0200 | |
| commit | 08e474561e0a844ad63c047aef2dd347b4fe0cc9 (patch) | |
| tree | 3ad842395b5c4c22c02da1fd5f5810819890d98d | |
| parent | Posts can be pinned/unpinned from the web interface. (diff) | |
| download | snac2-08e474561e0a844ad63c047aef2dd347b4fe0cc9.tar.gz snac2-08e474561e0a844ad63c047aef2dd347b4fe0cc9.tar.xz snac2-08e474561e0a844ad63c047aef2dd347b4fe0cc9.zip | |
Tweaked static_get() logging.
| -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, | |||
| 1574 | if (etag != NULL) | 1574 | if (etag != NULL) |
| 1575 | *etag = xs_dup(e); | 1575 | *etag = xs_dup(e); |
| 1576 | 1576 | ||
| 1577 | srv_debug(1, xs_fmt("static_get(): %d %s %s", status, id, e)); | 1577 | srv_debug(1, xs_fmt("static_get(): %s %d", id, status)); |
| 1578 | } | 1578 | } |
| 1579 | } | 1579 | } |
| 1580 | 1580 | ||