From 64c601c52fff2daff05350198f3b65cad52baf1c Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 1 Oct 2005 19:57:09 +1000 Subject: [PATCH] Use debug function instead of fwprintf darcs-hash:20051001095709-ac50b-2e4896424ef368850f500b1e816ccd3f0e1ddefa.gz --- fishd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishd.c b/fishd.c index 2ef0df0a5..b99bd4e0b 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 );