* Fix missing newline in error message.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36159 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -189,7 +189,7 @@ RosterLooper::RosterLooper(BUSBRoster *roster)
|
|||||||
{
|
{
|
||||||
BEntry entry("/dev/bus/usb");
|
BEntry entry("/dev/bus/usb");
|
||||||
if (!entry.Exists()) {
|
if (!entry.Exists()) {
|
||||||
fprintf(stderr, "USBKit: usb_raw not published");
|
fprintf(stderr, "USBKit: usb_raw not published\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user