default 3 лет назад
Родитель
Сommit
08e474561e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      data.c

+ 1 - 1
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));
         }
     }