We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65c6f6 commit 18f3e14Copy full SHA for 18f3e14
1 file changed
command/commands.hpp
@@ -51,7 +51,7 @@ inline shared_ptr<T> CreateCamera(const optional<string> &device, int width, int
51
camera = make_shared<T>(device, width, height);
52
if (camera->is_gray_scale())
53
{
54
- spdlog::debug(device, "is a grayscale camera.");
+ spdlog::debug("{} is a grayscale camera.", device);
55
break;
56
}
57
0 commit comments