diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/JSONManifestBuilder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSONManifestBuilder.cc b/src/JSONManifestBuilder.cc index ea0f46d..0c1df65 100644 --- a/src/JSONManifestBuilder.cc +++ b/src/JSONManifestBuilder.cc @@ -99,7 +99,7 @@ bool JSONManifestBuilder::buildTarget(int arg_sz, const char* arg_val, const boo if (ret_exec > 0) { - std::cout << "btb: error: exec exit with code:" << ret_exec << "." << std::endl; + std::cout << "btb: error: exec exit with code: " << ret_exec << "." << std::endl; return false; } |
