prettifylog message
This commit is contained in:
parent
84a73ae8cd
commit
60c9f8229a
@ -174,8 +174,8 @@ bool MimeHandlerExec::next_document()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (status) {
|
if (status) {
|
||||||
LOGERR("MimeHandlerExec: command status 0x" << status << " for " <<
|
LOGERR("MimeHandlerExec: command status 0x" <<
|
||||||
cmd << "\n");
|
std::hex << status << std::dec << " for " << cmd << "\n");
|
||||||
if (WIFEXITED(status) && WEXITSTATUS(status) == 127) {
|
if (WIFEXITED(status) && WEXITSTATUS(status) == 127) {
|
||||||
// That's how execmd signals a failed exec (most probably
|
// That's how execmd signals a failed exec (most probably
|
||||||
// a missing command). Let'hope no filter uses the same value as
|
// a missing command). Let'hope no filter uses the same value as
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user