summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grpc-proxy/main-grpc.cpp2
-rw-r--r--grpc-proxy/shell.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/grpc-proxy/main-grpc.cpp b/grpc-proxy/main-grpc.cpp
index 5569fc8..ea75722 100644
--- a/grpc-proxy/main-grpc.cpp
+++ b/grpc-proxy/main-grpc.cpp
@@ -129,7 +129,7 @@ agl_shell_app_on_output(void *data, struct agl_shell *agl_shell,
(void) data;
(void) app_id;
- LOG("got app_on_output event app_id %s on output\n", app_id, output_name);
+ LOG("got app_on_output event app_id %s on output %s\n", app_id, output_name);
}
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;
}