instant: change warning message to fatal message, since it is.
This commit is contained in:
parent
a933d4b600
commit
7604468ca1
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue