Skip to content

Commit

Permalink
Demote log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Oct 12, 2016
1 parent 4faefa0 commit cbcf157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/JoystickManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ bool CJoystickManager::Initialize(IScannerCallback* scanner)
#endif

if (m_interfaces.empty())
esyslog("Error: no joystick APIs in use");
dsyslog("No joystick APIs in use");

// Initialise all known interfaces
for (int i = (int)m_interfaces.size() - 1; i >= 0; i--)
Expand Down

0 comments on commit cbcf157

Please sign in to comment.