mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 14:10: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;
|
recordingFilename = recording;
|
||||||
playRecording(recordingFilename, position, orientation);
|
playRecording(recordingFilename, position, orientation);
|
||||||
} else {
|
} 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);
|
log(errorMessage);
|
||||||
error(errorMessage);
|
error(errorMessage);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue