diff options
Diffstat (limited to 'src/pulsecore/core-util.c')
| -rw-r--r-- | src/pulsecore/core-util.c | 2 | 
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;  | 
