fix debug output
This commit is contained in:
parent
3e75834e02
commit
278e470132
@ -787,7 +787,7 @@ sub HEOSPlayer_Set($$@) {
|
|||||||
$list .= " playPlaylist:".join(",",@playlists) if( scalar @playlists > 0 );
|
$list .= " playPlaylist:".join(",",@playlists) if( scalar @playlists > 0 );
|
||||||
$list .= " deletePlaylist:".join(",",@playlists) if( scalar @playlists > 0 );
|
$list .= " deletePlaylist:".join(",",@playlists) if( scalar @playlists > 0 );
|
||||||
}
|
}
|
||||||
print "List#########################################################\n".Dumper($list);
|
#print "List#########################################################\n".Dumper($list);
|
||||||
$list .= " aux:noArg" if ( exists $hash->{helper}{aux} );
|
$list .= " aux:noArg" if ( exists $hash->{helper}{aux} );
|
||||||
return "Unknown argument $cmd, choose one of $list";
|
return "Unknown argument $cmd, choose one of $list";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user