shortened driver logfile name. It was too long for my taste.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15137 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
23f32b1552
commit
e3712b7f27
@ -24,7 +24,7 @@ void mga_log(char *fmt, ...)
|
|||||||
|
|
||||||
/* determine the logfile name:
|
/* determine the logfile name:
|
||||||
* we need split-up logging per card and instance of the accelerant */
|
* we need split-up logging per card and instance of the accelerant */
|
||||||
sprintf (fname, "/boot/home/" DRIVER_PREFIX ".accelerant." DEVICE_FORMAT ".%d.log",
|
sprintf (fname, "/boot/home/" DRIVER_PREFIX "." DEVICE_FORMAT ".%d.log",
|
||||||
si->vendor_id, si->device_id, si->bus, si->device, si->function,
|
si->vendor_id, si->device_id, si->bus, si->device, si->function,
|
||||||
accelerantIsClone);
|
accelerantIsClone);
|
||||||
myhand=fopen(fname,"a+");
|
myhand=fopen(fname,"a+");
|
||||||
|
Loading…
Reference in New Issue
Block a user