diff --git a/src/raspberrypi/rascsi.cpp b/src/raspberrypi/rascsi.cpp index 6e088dc8..e4e791b2 100644 --- a/src/raspberrypi/rascsi.cpp +++ b/src/raspberrypi/rascsi.cpp @@ -314,7 +314,7 @@ void ListDevice(FILE *fp) // If there is no controller, find will be null if (!find) { - FPRT(fp, "No device is installed.\n"); + FPRT(fp, "No images currently attached.\n"); return; }