Index: sources/storage/usbwatcher.cpp =================================================================== diff -u -rb798668f16ad0967ab97e96f5f9a2cdd821e899f -r2437559b2d4cd4c2ac6a926b4f55652e55e1f616 --- sources/storage/usbwatcher.cpp (.../usbwatcher.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) +++ sources/storage/usbwatcher.cpp (.../usbwatcher.cpp) (revision 2437559b2d4cd4c2ac6a926b4f55652e55e1f616) @@ -273,7 +273,7 @@ ok = ::umount(vDevice.toLatin1().constData()) == 0; if (ok) { _mounted = false; - LOG_EVENT(tr("USB drive unmounted")); + LOG_EVENT(tr("USB drive %2 unmounted").arg(vDevice)); emit didUSBDriveUmount(); } else { // the error is irrelevant, commented out for now