Chameleon

Chameleon Commit Details

Date:2010-08-08 12:38:14 (13 years 8 months ago)
Author:Tamás Kosárszky
Commit:326
Parents: 325
Message:Changed printing method for SPD info from printf() to verbose().
Changes:
M/trunk/i386/libsaio/spd.c

File differences

trunk/i386/libsaio/spd.c
317317
318318
319319
320
320
321321
322322
323323
slot->Frequency = freq;
}
printf("Slot: %d Type %d %dMB (%s) %dMHz Vendor=%s\n PartNo=%s SerialNo=%s\n",
verbose("Slot: %d Type %d %dMB (%s) %dMHz Vendor=%s\n PartNo=%s SerialNo=%s\n",
i,
(int)slot->Type,
slot->ModuleSize,

Archive Download the corresponding diff file

Revision: 326