aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--fishd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fishd.c b/fishd.c
index 2ef0df0a..b99bd4e0 100644
--- a/fishd.c
+++ b/fishd.c
@@ -153,7 +153,7 @@ static int get_socket()
char *lockfile = acquire_socket_lock( sock_name );
if( lockfile == NULL )
{
- fwprintf( stderr, L"Unable to obtain lock on socket, exiting" );
+ debug( 0, L"Unable to obtain lock on socket, exiting" );
exit( EXIT_FAILURE );
}
debug( 1, L"Acquired lockfile: %s", lockfile );