Fix toString.
This commit is contained in:
parent
37e8f90cd1
commit
6ac60d72f0
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public class QmpChangeMedium extends QmpCommand {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "QmpRemoveMedium(" + driveId + ")";
|
||||
return "QmpChangeMedium(" + driveId + ", " + file + ")";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue