git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32502 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-12-13 09:32:38 +00:00
parent 68957712dd
commit 62adbdd307

View File

@ -109,7 +109,7 @@ int Systemcall::startscript(Starttype how, string const & what, bool process_eve
d.startProcess(cmd);
if (!d.waitWhile(SystemcallPrivate::Starting, process_events, -1)) {
LYXERR0("Systemcall: '" << cmd << " did not start!");
LYXERR0("Systemcall: '" << cmd << "' did not start!");
LYXERR0("error " << d.errorMessage());
return 10;
}