Changed log level.

This commit is contained in:
Armin Novak 2014-09-16 09:45:48 +02:00
parent bfab9c056a
commit be28b068a8
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ TSMF_PRESENTATION *tsmf_presentation_find_by_id(const BYTE *guid)
ArrayList_Unlock(presentation_list);
if (!found)
WLog_ERR(TAG, "presentation id %s not found", guid_to_string(guid, guid_str, sizeof(guid_str)));
WLog_WARN(TAG, "presentation id %s not found", guid_to_string(guid, guid_str, sizeof(guid_str)));
return (found) ? presentation : NULL;
}