* modif de l'affichage

This commit is contained in:
glenux 2004-02-19 23:05:13 +00:00 committed by Glenn Y. Rolland
parent 9b48b4bd62
commit 57c34d619d

View file

@ -72,7 +72,7 @@ msgSpace * msgSpaceCreate(
return NULL;
}
printf( "msgSpace map addr is 0x%08x\n", (int)mSAddr );
printf( "msgSpace map addr is 0x%08x : %d\n", (int)mSAddr,mSFd);
/* on ferme le descripteur du fichier */
close(mSFd);
@ -118,7 +118,7 @@ msgSpace * msgSpaceCreate(
return NULL;
}
printf( "msgPoolData map addr is 0x%08x\n", (int)mSPoolDataFd );
printf( "msgPoolData map addr is 0x%08x\n", (int)mSPoolDataAddr );