mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
Use debug function instead of fwprintf
darcs-hash:20051001095709-ac50b-2e4896424ef368850f500b1e816ccd3f0e1ddefa.gz
This commit is contained in:
parent
194f5c3830
commit
64c601c52f
2
fishd.c
2
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 );
|
||||
|
|
Loading…
Reference in New Issue
Block a user