summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/audio_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/audio_load.c b/soh/src/code/audio_load.c
index 3f4ab2096..760ecc61d 100644
--- a/soh/src/code/audio_load.c
+++ b/soh/src/code/audio_load.c
@@ -1443,7 +1443,7 @@ void AudioLoad_Init(void* heap, size_t heapSize) {
AudioCollection_AddToCollection(customSeqList[j], seqNum);
sDat->seqNumber = seqNum;
- printf("%d\n", seqNum);
+ LUSLOG_DEBUG("Registered custom sequence \"%s\" as seqNum %d", customSeqList[j], seqNum);
sequenceMap[sDat->seqNumber] = strdup(customSeqList[j]);
seqNum++;
}