diff options
| author | 2025-09-07 08:19:20 +0200 | |
|---|---|---|
| committer | 2025-09-07 08:19:20 +0200 | |
| commit | ef701e8bb4c404343bf25cc713e660c423516345 (patch) | |
| tree | 43373a21dc0891811c33a80f5dbdb8c63012b33c | |
| parent | New command-line option 'fsck'. (diff) | |
| download | penes-snac2-ef701e8bb4c404343bf25cc713e660c423516345.tar.gz penes-snac2-ef701e8bb4c404343bf25cc713e660c423516345.tar.xz penes-snac2-ef701e8bb4c404343bf25cc713e660c423516345.zip | |
Changed fsck debug level.
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | } |