aboutsummaryrefslogtreecommitdiffhomepage
path: root/fishd.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-01 19:57:09 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-01 19:57:09 +1000
commit64c601c52fff2daff05350198f3b65cad52baf1c (patch)
treee3309d6ab4846c5d098f1d2c913a131ed40ffb09 /fishd.c
parent194f5c38303655b49acdc2f84a85bbf09ba10673 (diff)
Use debug function instead of fwprintf
darcs-hash:20051001095709-ac50b-2e4896424ef368850f500b1e816ccd3f0e1ddefa.gz
Diffstat (limited to 'fishd.c')
-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 );