instant: change warning message to fatal message, since it is.

This commit is contained in:
Jon Trulson 2012-07-13 22:26:02 -06:00
parent a933d4b600
commit 7604468ca1
1 changed files with 1 additions and 1 deletions

View 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);
}