GBA Savedata: Demote savegme time offset message to DEBUG level

This commit is contained in:
Vicki Pfau 2024-12-20 02:14:23 -08:00
parent 1983d0f42c
commit 39ab641953
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ void GBASavedataRTCRead(struct GBASavedata* savedata) {
savedata->gpio->rtc.offset = savedata->gpio->rtc.lastLatch - rtcTime;
mLOG(GBA_SAVE, ERROR, "Savegame time offset set to %li", savedata->gpio->rtc.offset);
mLOG(GBA_SAVE, DEBUG, "Savegame time offset set to %li", savedata->gpio->rtc.offset);
}
void GBASavedataSerialize(const struct GBASavedata* savedata, struct GBASerializedState* state) {