Fix toString.

This commit is contained in:
Michael Lipp 2023-08-07 12:04:08 +02:00
parent 37e8f90cd1
commit 6ac60d72f0

View file

@ -57,7 +57,7 @@ public class QmpChangeMedium extends QmpCommand {
@Override
public String toString() {
return "QmpRemoveMedium(" + driveId + ")";
return "QmpChangeMedium(" + driveId + ", " + file + ")";
}
}