Skip to content

Commit

Permalink
update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Apr 12, 2018
1 parent 402ddbf commit 05463df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/grabber/include/device_grabber.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class device_grabber final {
// (Multiple usage device (e.g. usage::pointer and usage::mouse) will be matched twice.)
auto it = hids_.find(*registry_entry_id);
if (it != std::end(hids_)) {
logger::get_logger().info("registry_entry_id:{0} already exists", static_cast<uint64_t>(*registry_entry_id));
logger::get_logger().info("registry_entry_id:{0} already exists.", static_cast<uint64_t>(*registry_entry_id));
return;
}

Expand Down

0 comments on commit 05463df

Please sign in to comment.