From 60c9f8229a4b6a95efa1dc7fb20a1cea17866726 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 9 Feb 2018 18:14:48 +0100 Subject: [PATCH] prettifylog message --- src/internfile/mh_exec.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internfile/mh_exec.cpp b/src/internfile/mh_exec.cpp index 6b302799..9ad97137 100644 --- a/src/internfile/mh_exec.cpp +++ b/src/internfile/mh_exec.cpp @@ -174,8 +174,8 @@ bool MimeHandlerExec::next_document() } if (status) { - LOGERR("MimeHandlerExec: command status 0x" << status << " for " << - cmd << "\n"); + LOGERR("MimeHandlerExec: command status 0x" << + std::hex << status << std::dec << " for " << cmd << "\n"); if (WIFEXITED(status) && WEXITSTATUS(status) == 127) { // That's how execmd signals a failed exec (most probably // a missing command). Let'hope no filter uses the same value as