diff options
Diffstat (limited to 'g10/openfile.c')
-rw-r--r-- | g10/openfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/openfile.c b/g10/openfile.c index 2b6bf9a21..83c734dfd 100644 --- a/g10/openfile.c +++ b/g10/openfile.c @@ -355,8 +355,8 @@ try_make_homedir( const char *fname ) else if( !opt.quiet ) log_info( _("%s: directory created\n"), fname ); copy_options_file( fname ); - log_info(_("you have to start GnuPG again, " - "so it can read the new configuration file\n") ); - g10_exit(1); +/* log_info(_("you have to start GnuPG again, " */ +/* "so it can read the new configuration file\n") ); */ +/* g10_exit(1); */ } } |