From: Jon Trulson Date: Sat, 14 Jul 2012 04:26:02 +0000 (-0600) Subject: instant: change warning message to fatal message, since it is. X-Git-Tag: 2.2.0a~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7604468ca12cdee6846bf737a58dc77d8a6fd7e7;p=oweals%2Fcde.git instant: change warning message to fatal message, since it is. --- diff --git a/cde/programs/dtdocbook/instant/main.c b/cde/programs/dtdocbook/instant/main.c index 9f7d4319..5f067975 100644 --- a/cde/programs/dtdocbook/instant/main.c +++ b/cde/programs/dtdocbook/instant/main.c @@ -145,7 +145,7 @@ if ((_DtLcxOpenAllDbs(&myDb) != 0)) { ret = _DtXlateGetXlateEnv(myDb,myPlatform,&execVer,&compVer); if (ret != 0) { fprintf(stderr, - "Warning: could not open locale translation database. %d\n", ret); + "Fatal: could not open locale translation database. %d\n", ret); exit(1); }