summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2025-09-07 08:19:20 +0200
committerGravatar grunfink2025-09-07 08:19:20 +0200
commitef701e8bb4c404343bf25cc713e660c423516345 (patch)
tree43373a21dc0891811c33a80f5dbdb8c63012b33c
parentNew command-line option 'fsck'. (diff)
downloadsnac2-ef701e8bb4c404343bf25cc713e660c423516345.tar.gz
snac2-ef701e8bb4c404343bf25cc713e660c423516345.tar.xz
snac2-ef701e8bb4c404343bf25cc713e660c423516345.zip
Changed fsck debug level.
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 4ec5642..8f2c3cb 100644
--- a/data.c
+++ b/data.c
@@ -4412,7 +4412,7 @@ void data_fsck(void)
4412 } 4412 }
4413 4413
4414 /* link */ 4414 /* link */
4415 snac_log(&user, xs_fmt("fsck: fixed missing link %s", xs_dict_get(post, "id"))); 4415 snac_debug(&user, 1, xs_fmt("fsck: fixed missing link %s", xs_dict_get(post, "id")));
4416 link(priv_fn, pub_fn); 4416 link(priv_fn, pub_fn);
4417 } 4417 }
4418 } 4418 }