tiny debug compile fix
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6345 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
40492c28e8
commit
06276e0a97
@ -210,7 +210,7 @@ ModemDevice::ModemDevice(KPPPInterface& interface, driver_parameter *settings)
|
||||
fDialString = get_parameter_value(MODEM_DIAL_KEY, settings);
|
||||
|
||||
#if DEBUG
|
||||
dprintf("ModemDevice::ctor: interfaceName: %s\n", interfaceName);
|
||||
dprintf("ModemDevice::ctor: interfaceName: %s\n", fInterfaceName);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user