summaryrefslogtreecommitdiffstats
path: root/fsutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'fsutil.h')
-rw-r--r--fsutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsutil.h b/fsutil.h
index 7acfdd6..a4b3979 100644
--- a/fsutil.h
+++ b/fsutil.h
@@ -1,7 +1,7 @@
#ifndef _FS_UTIL_H
#define _FS_UTIL_H
-#define pwarn printf
-#define pfatal printf
+#define pwarn FSCK_SLOGW
+#define pfatal FSCK_SLOGE
#endif