spark: fix invalid debug calls

This commit is contained in:
Stefan Seyfried
2012-02-25 13:10:10 +01:00
parent 639b538a99
commit 703c416e83
2 changed files with 2 additions and 2 deletions

View File

@@ -267,7 +267,7 @@ int cVideo::SetVideoSystem(int video_system, bool remember)
if (video_system > VIDEO_STD_MAX)
{
lt_info("%s: video_system (%d) > VIDEO_STD_MAX (%d)\n", video_system, VIDEO_STD_MAX);
lt_info("%s: video_system (%d) > VIDEO_STD_MAX (%d)\n", __func__, video_system, VIDEO_STD_MAX);
return -1;
}
hdmi_out(false);