diff --git a/scripts/system/record.js b/scripts/system/record.js index f612fea80d..4d5427c874 100644 --- a/scripts/system/record.js +++ b/scripts/system/record.js @@ -524,6 +524,7 @@ break; case STOP_PLAYING_RECORDING_ACTION: // Stop the specified player. + log("Unload recording " + message.value); Player.stopPlayingRecording(message.value); break; case LOAD_RECORDING_ACTION: