]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- soften error handling if setting locale fails due to broken system setup (bsc#1085832)
authorArvin Schnell <aschnell@suse.de>
Fri, 20 Apr 2018 10:37:03 +0000 (12:37 +0200)
committerArvin Schnell <aschnell@suse.de>
Fri, 20 Apr 2018 10:38:06 +0000 (12:38 +0200)
client/snapper.cc

index 929c00c6ce91da9138e34db7f2664d4823b6f1d4..a27276c7225e72c5a280b5b213b5c692ffdef810 100644 (file)
@@ -1522,7 +1522,6 @@ main(int argc, char** argv)
     catch (const runtime_error& e)
     {
        cerr << "Failed to set locale. Fix your system." << endl;
-       exit(EXIT_FAILURE);
     }
 
     setLogDo(&log_do);