Fix typo of fmt format

This commit is contained in:
xgwang
2018-05-10 10:30:12 +08:00
parent ff9541bc1d
commit 29b6c29902
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ func deviceReserve(cmd *api.SCSICommand) error {
}
}
if lu == nil {
log.Errorf("invalid target and lun %d %s", cmd.Target.TID, lun)
log.Errorf("invalid target and lun %d %d", cmd.Target.TID, lun)
return nil
}