Skip to content

Commit

Permalink
printf call replaced by CLog::Log
Browse files Browse the repository at this point in the history
  • Loading branch information
rkraevskiy authored and popcornmix committed Jul 14, 2015
1 parent c763c23 commit ef2030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/input/linux/LinuxInputDevices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ XBMC_Event CLinuxInputDevice::ReadEvent()
// sanity check if we realy read the event
if(readlen != sizeof(levt))
{
printf("CLinuxInputDevice: read error : %s\n", strerror(errno));
CLog::Log(LOGERROR,"CLinuxInputDevice: read error : %s\n", strerror(errno));
break;
}

Expand Down

0 comments on commit ef2030d

Please sign in to comment.