summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.c
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-08-22 12:46:05 +0000
committerPierre Ossman <ossman@cendio.se>2006-08-22 12:46:05 +0000
commit26bfce6281f475d04f122dee6a711c7c00496614 (patch)
tree3742dea06f4c6a8bdd87c14bc919e6caade2e6c1 /src/pulsecore/core-util.c
parentcf7b401ac61f7dd3b30adba2660a3ea4059f4677 (diff)
Improve error messages a bit.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1320 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/core-util.c')
-rw-r--r--src/pulsecore/core-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index b504b6d3..5f72b342 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -184,7 +184,7 @@ int pa_make_secure_dir(const char* dir, mode_t m, uid_t uid, gid_t gid) {
goto fail;
}
#else
- fprintf(stderr, "FIXME: pa_make_secure_dir()\n");
+ pa_log_warn("secure directory creation not supported on Win32.");
#endif
return 0;