diff --git a/src/kits/device/USBRoster.cpp b/src/kits/device/USBRoster.cpp index 034b4d3315..2e58f018b6 100644 --- a/src/kits/device/USBRoster.cpp +++ b/src/kits/device/USBRoster.cpp @@ -189,7 +189,7 @@ RosterLooper::RosterLooper(BUSBRoster *roster) { BEntry entry("/dev/bus/usb"); if (!entry.Exists()) { - fprintf(stderr, "USBKit: usb_raw not published"); + fprintf(stderr, "USBKit: usb_raw not published\n"); return; }