aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/cutaway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index 0b5d2a7e21..59eda765fc 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -796,7 +796,7 @@ void Cutaway::handlePersonRecord(
if (0 != strcmp(sentence, "*")) {
if (sentence[0] == '#') {
- debug(0, "Starting credits '%s'", sentence + 1);
+ debug(4, "Starting credits '%s'", sentence + 1);
_vm->logic()->startCredits(sentence + 1);
}
else {