diff options
Diffstat (limited to 'tools/gpgsplit.c')
-rw-r--r-- | tools/gpgsplit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c index 78e87aa15..2451ab33f 100644 --- a/tools/gpgsplit.c +++ b/tools/gpgsplit.c @@ -114,7 +114,7 @@ main (int argc, char **argv) setmode( fileno(stdin), O_BINARY ); setmode( fileno(stdout), O_BINARY ); #endif - log_set_prefix ("gpgsplit", JNLIB_LOG_WITH_PREFIX); + log_set_prefix ("gpgsplit", GPGRT_LOG_WITH_PREFIX); set_strusage (my_strusage); pargs.argc = &argc; |