diff options
Diffstat (limited to 'cipher/rndunix.c')
-rw-r--r-- | cipher/rndunix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndunix.c b/cipher/rndunix.c index a4d3bdb56..a44d0950b 100644 --- a/cipher/rndunix.c +++ b/cipher/rndunix.c @@ -560,7 +560,7 @@ start_gatherer( int pipefd ) if( s ) { dbgfp = (*s=='-' && !s[1])? stdout : fopen(s, "a"); if( !dbgfp ) - g10_log_info("can't open debug file '%s': %s\n", + g10_log_info("can't open debug file `%s': %s\n", s, strerror(errno) ); else fprintf(dbgfp,"\nSTART RNDUNIX DEBUG pid=%d\n", (int)getpid()); |