summaryrefslogtreecommitdiffstats
path: root/src/polypcore/core-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/core-util.c')
-rw-r--r--src/polypcore/core-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/core-util.c b/src/polypcore/core-util.c
index 0e7f77a4..bb6a3d85 100644
--- a/src/polypcore/core-util.c
+++ b/src/polypcore/core-util.c
@@ -564,7 +564,7 @@ static int is_group(gid_t gid, const char *name) {
data = pa_xmalloc(n);
if (getgrgid_r(gid, &group, data, n, &result) < 0 || !result) {
- pa_log(__FILE__": getgrgid_r(%u): %s", gid, pa_cstrerror(errno));
+ pa_log(__FILE__": getgrgid_r(%u): %s", (unsigned)gid, pa_cstrerror(errno));
goto finish;
}