Re: vm86_blew_up_timer warning

看板DFBSD_submit作者時間21年前 (2005/01/31 06:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
Hi, On Sun, 30 Jan 2005 23:38:48 +0200, E.Girkantas <eg@zemaitija.net> wrote: > Hi, > > [snip] > In savers i added support for VESA mode (based on logo_saver): > http://zemaitija.net/~eg/patches/warp_saver.patch > http://zemaitija.net/~eg/patches/rain_saver.patch > http://zemaitija.net/~eg/patches/dragon_saver.patch > http://zemaitija.net/~eg/patches/fire_saver.patch Nice! But, at least in dragon_saver, the log messages are now wrong: .... - log(LOG_NOTICE, - "%s: the console does not support " VIDEO_MODE_NAME "\n", - SAVER_NAME); .... + } else { + log(LOG_NOTICE, "logo_saver: no suitable graphics mode\n"); + return ENODEV; + } .... Was this intended? I'd prefer keeping the SAVER_NAME compile time constant. Regards, -- Andreas
文章代碼(AID): #11_Lac00 (DFBSD_submit)
文章代碼(AID): #11_Lac00 (DFBSD_submit)