aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libqpdf/QPDFJob_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFJob_config.cc b/libqpdf/QPDFJob_config.cc
index 81d7d09b..bf33820a 100644
--- a/libqpdf/QPDFJob_config.cc
+++ b/libqpdf/QPDFJob_config.cc
@@ -735,7 +735,7 @@ QPDFJob::Config::jobJsonFile(char const* parameter)
catch (std::exception& e)
{
throw std::runtime_error(
- "error with job-json file " + std::string(parameter) + " " +
+ "error with job-json file " + std::string(parameter) + ": " +
e.what() + "\nRun " + this->o.m->message_prefix +
"--job-json-help for information on the file format.");
}