diff options
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, | |||
| 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 | ||