summaryrefslogtreecommitdiffstats
path: root/grpc-proxy/shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'grpc-proxy/shell.cpp')
-rw-r--r--grpc-proxy/shell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc-proxy/shell.cpp b/grpc-proxy/shell.cpp
index bc2df23..ec8997c 100644
--- a/grpc-proxy/shell.cpp
+++ b/grpc-proxy/shell.cpp
@@ -112,7 +112,7 @@ Shell::SetAppOnOutput(const std::string &app_id, const std::string &output)
}
if (!w_output) {
- LOG("Could not found output '%s' to set the application\n");
+ LOG("Could not found output '%s' to set the application\n", output.c_str());
return;
}