소스 검색

fix broken output in log

Waldemar Brodkorb 14 년 전
부모
커밋
f26175596b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/xorg-server/patches/patch-hw_xfree86_os-support_linux_lnx_video_c

+ 1 - 1
package/xorg-server/patches/patch-hw_xfree86_os-support_linux_lnx_video_c

@@ -38,7 +38,7 @@
  		    return FALSE;
  		}
  #endif
-+		xf86Msg(X_INFO,"%s: ioBase 0x%lx\n", (unsigned long)ioBase);
++		xf86Msg(X_INFO,"ioBase 0x%lx\n", (unsigned long)ioBase);
  	}
  	close(fd);
 -#elif !defined(__mc68000__) && !defined(__sparc__) && !defined(__mips__) && !defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && !defined(__arm__) && !defined(__m32r__)