Skip to content

Commit 8f64d35

Browse files
joevtdingusdev
authored andcommitted
atimach64gx: Fix logging.
1 parent 61d73a5 commit 8f64d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devices/video/atimach64gx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ bool AtiMach64Gx::io_access_allowed(uint32_t offset) {
269269
if (this->command & 1) {
270270
return true;
271271
}
272-
LOG_F(WARNING, "ATI I/O space disabled in the command reg");
272+
LOG_F(WARNING, "%s: I/O space disabled in the command reg", this->name.c_str());
273273
}
274274
return false;
275275
}

0 commit comments

Comments
 (0)