2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Minor debug improvement

This commit is contained in:
Michael Brown 2007-07-19 17:01:21 +01:00
parent 2cfe0dee1f
commit 07e11f8af9

View File

@ -327,7 +327,8 @@ static int bzimage_load_header ( struct image *image,
copy_from_user ( bzhdr, image->data, BZI_HDR_OFFSET,
sizeof ( *bzhdr ) );
if ( bzhdr->header != BZI_SIGNATURE ) {
DBGC ( image, "bzImage %p bad signature\n", image );
DBGC ( image, "bzImage %p bad signature %08lx\n",
image, bzhdr->header );
return -ENOEXEC;
}