grpc-proxy: Fix missing args LOG()
[src/agl-compositor.git] / grpc-proxy / shell.cpp
index bc2df23..ec8997c 100644 (file)
@@ -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;
        }