aboutsummaryrefslogtreecommitdiffstats
path: root/src/userinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userinfo.c')
-rw-r--r--src/userinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userinfo.c b/src/userinfo.c
index 2a72bf3..a3ac91c 100644
--- a/src/userinfo.c
+++ b/src/userinfo.c
@@ -330,7 +330,7 @@ int user_belongs_to_group(uid_t uid, gid_t gid)
pthread_rwlock_wrlock(&cache_lock);
if (cache_rebuild_requested) {
- DPRINTF("Building user/group cache");
+ DPRINTF("%s", "Building user/group cache");
cache_rebuild_requested = 0;
rebuild_cache();
}