git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35973 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-11-01 20:24:29 +00:00
parent fb38c83abc
commit 5075f0f25f

View File

@ -226,7 +226,7 @@ int Systemcall::startscript(Starttype how, string const & what, bool process_eve
}
if (!d.waitWhile(SystemcallPrivate::Running, process_events, 180000)) {
LYXERR0("Systemcall: '" << cmd << "' did not finished!");
LYXERR0("Systemcall: '" << cmd << "' did not finish!");
LYXERR0("error " << d.errorMessage());
LYXERR0("status " << d.exitStatusMessage());
return 20;