diff options
author | Arne Morten Kvarving <spiff@xbmc.org> | 2013-04-05 09:51:53 -0700 |
---|---|---|
committer | Arne Morten Kvarving <spiff@xbmc.org> | 2013-04-05 09:51:53 -0700 |
commit | 9ef3470b9a8c5bc41417fdff6e5fa7ee2f21bcc6 (patch) | |
tree | f2378c3f4de9ceabfd4b437375dfff8bd7d8cca9 | |
parent | 22c93560b18845e45a50125b88994070eb7fde15 (diff) | |
parent | 0215b9c395aa47d9fd3db4e1de7a1e6ee807ca3b (diff) |
Merge pull request #2362 from ulion/slideshow_error_do_not_spam_log
Fix CGUIWindowSlideShow::RenderErrorMessage() to not spam log.
-rw-r--r-- | xbmc/pictures/GUIWindowSlideShow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/pictures/GUIWindowSlideShow.cpp b/xbmc/pictures/GUIWindowSlideShow.cpp index ffebe345e6..577db78565 100644 --- a/xbmc/pictures/GUIWindowSlideShow.cpp +++ b/xbmc/pictures/GUIWindowSlideShow.cpp @@ -825,7 +825,6 @@ void CGUIWindowSlideShow::RenderErrorMessage() const CGUIControl *control = GetControl(LABEL_ROW1); if (NULL == control || control->GetControlType() != CGUIControl::GUICONTROL_LABEL) { - CLog::Log(LOGERROR,"CGUIWindowSlideShow::RenderErrorMessage - cant get label control!"); return; } |