Skip to content

Commit 18f3e14

Browse files
committed
fix: missing text in log
1 parent f65c6f6 commit 18f3e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command/commands.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ inline shared_ptr<T> CreateCamera(const optional<string> &device, int width, int
5151
camera = make_shared<T>(device, width, height);
5252
if (camera->is_gray_scale())
5353
{
54-
spdlog::debug(device, "is a grayscale camera.");
54+
spdlog::debug("{} is a grayscale camera.", device);
5555
break;
5656
}
5757
}

0 commit comments

Comments
 (0)