mirror of https://github.com/mgba-emu/mgba.git
GBA Savedata: Demote savegme time offset message to DEBUG level
This commit is contained in:
parent
1983d0f42c
commit
39ab641953
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue