changed: degrade logging to from INFO to DEBUG
authorspiff <spiff@xbmc.org>
Sat, 6 Apr 2013 09:00:33 +0000 (11:00 +0200)
committerspiff <spiff@xbmc.org>
Sat, 6 Apr 2013 09:00:33 +0000 (11:00 +0200)
thanks to nemphys

xbmc/epg/Epg.cpp

index c0fea32..cfef9fd 100644 (file)
@@ -694,7 +694,7 @@ bool CEpg::UpdateFromScraper(time_t start, time_t end)
     }
     else
     {
-      CLog::Log(LOGINFO, "EPG - %s - updating EPG for channel '%s' from client '%i'", __FUNCTION__, channel->ChannelName().c_str(), channel->ClientID());
+      CLog::Log(LOGDEBUG, "EPG - %s - updating EPG for channel '%s' from client '%i'", __FUNCTION__, channel->ChannelName().c_str(), channel->ClientID());
       bGrabSuccess = (g_PVRClients->GetEPGForChannel(*channel, this, start, end) == PVR_ERROR_NO_ERROR);
     }
   }