Made the log message 'OSD window width must be a multiple of 4...' a debug message

This commit is contained in:
Klaus Schmidinger
2003-03-23 15:54:52 +01:00
parent b736f36e1e
commit 918bcdc054
2 changed files with 5 additions and 3 deletions

View File

@@ -1996,3 +1996,5 @@ Video Disk Recorder Revision History
- The "Left" and "Right" buttons now set the cursor to the first or last list item
even if the list consist only of a single page, like, for instance, the Main menu
(thanks to Oliver Endriss).
- Made the log message "OSD window width must be a multiple of 4..." a debug message
instead of an error message, so it can be avoided by using a log level less than 3.