Skip to content

Commit

Permalink
Reduce log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed May 27, 2024
1 parent b056eaf commit 8b15308
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/udev/JoystickUdev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,9 @@ bool CJoystickUdev::GetProperties()
{
std::sprintf(val, "%x", id[ID_VENDOR]);
SetVendorID(strtol(val, NULL, 16));
dsyslog("[udev] Joystick information vendorid=%s for %s", val, m_path.c_str());

std::sprintf(val, "%x", id[ID_PRODUCT]);
SetProductID(strtol(val, NULL, 16));
dsyslog("[udev] Joystick information productid=%s for %s", val, m_path.c_str());
}

struct stat st;
Expand Down

0 comments on commit 8b15308

Please sign in to comment.