summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fastd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.c b/src/fastd.c
index 8adea3c..f75bc87 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -329,7 +329,7 @@ static void set_user(void) {
exit_errno("setreuid");
#endif
- pr_info("changed to UID %i, GID %i", (int)conf.uid, (int)conf.gid);
+ pr_info("changed to UID %u, GID %u", (unsigned)conf.uid, (unsigned)conf.gid);
}
#endif
}