mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Better error message
This commit is contained in:
parent
8480a8e7d5
commit
5c5eb298f5
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@
|
|||
recordingFilename = recording;
|
||||
playRecording(recordingFilename, position, orientation);
|
||||
} else {
|
||||
errorMessage = "Could not play recording " + recording.slice(4); // Remove leading "atp:".
|
||||
errorMessage = "Could not persist recording " + recording.slice(4); // Remove leading "atp:".
|
||||
log(errorMessage);
|
||||
error(errorMessage);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue