instant: change warning message to fatal message, since it is.
authorJon Trulson <jon@radscan.com>
Sat, 14 Jul 2012 04:26:02 +0000 (22:26 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 14 Jul 2012 04:26:02 +0000 (22:26 -0600)
cde/programs/dtdocbook/instant/main.c

index 9f7d431954fbde13d084303183216d919682f1ad..5f067975c9c20a5534714e08a4d00080f353d468 100644 (file)
@@ -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);
 }