Index: fbdevhw.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.c,v retrieving revision 1.6 diff -u -r1.6 fbdevhw.c --- fbdevhw.c 4 Aug 2004 12:21:48 -0000 1.6 +++ fbdevhw.c 1 Feb 2005 21:52:28 -0000 @@ -803,7 +803,7 @@ fPtr->var.xoffset = x; fPtr->var.yoffset = y; if (-1 == ioctl(fPtr->fd,FBIOPAN_DISPLAY,(void*)&fPtr->var)) - xf86DrvMsgVerb(scrnIndex,5, X_WARNING, + xf86DrvMsgVerb(scrnIndex, X_WARNING, 5, "FBIOPAN_DISPLAY: %s\n", strerror(errno)); }