shortened driver logfile name. It was too long for my taste.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15138 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-11-25 08:48:08 +00:00
parent e3712b7f27
commit 79917d55b6

View File

@ -24,7 +24,7 @@ void nv_log(char *fmt, ...)
/* determine the logfile name:
* 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,
accelerantIsClone);
myhand=fopen(fname,"a+");