[Scummvm-git-logs] scummvm master -> 874f894936122fbc64ad5f35ebd984226180aa84

sev- noreply at scummvm.org
Sun Oct 23 19:45:14 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
874f894936 AMIGAOS: Fix oversight in debug output


Commit: 874f894936122fbc64ad5f35ebd984226180aa84
    https://github.com/scummvm/scummvm/commit/874f894936122fbc64ad5f35ebd984226180aa84
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2022-10-23T21:45:10+02:00

Commit Message:
AMIGAOS: Fix oversight in debug output

Changed paths:
    backends/fs/amigaos/amigaos-fs.cpp


diff --git a/backends/fs/amigaos/amigaos-fs.cpp b/backends/fs/amigaos/amigaos-fs.cpp
index c5792f4eb3c..5c11c9f9409 100644
--- a/backends/fs/amigaos/amigaos-fs.cpp
+++ b/backends/fs/amigaos/amigaos-fs.cpp
@@ -36,7 +36,7 @@ const char *lastPathComponent(const Common::String &str) {
 	int pathOffset = str.size();
 
 	if (pathOffset <= 0) {
-		debug(0, "lastPathComponent() failed -> Bad offset (Empty path received)!");
+		debug(6, "lastPathComponent() failed -> Bad offset (Empty path received)!");
 		return 0;
 	}
 




More information about the Scummvm-git-logs mailing list