summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/JSONManifestBuilder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSONManifestBuilder.cc b/src/JSONManifestBuilder.cc
index 358f990..b16ae82 100644
--- a/src/JSONManifestBuilder.cc
+++ b/src/JSONManifestBuilder.cc
@@ -105,7 +105,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;
}