[Scummvm-git-logs] scummvm master -> 64631108b6ec9458daf6fd5f20b83924b421f7f0

dreammaster dreammaster at scummvm.org
Sun Mar 7 05:04:24 UTC 2021


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:
64631108b6 AGS: added debug message about unsupported plugin


Commit: 64631108b6ec9458daf6fd5f20b83924b421f7f0
    https://github.com/scummvm/scummvm/commit/64631108b6ec9458daf6fd5f20b83924b421f7f0
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-03-06T21:04:22-08:00

Commit Message:
AGS: added debug message about unsupported plugin

Changed paths:
    engines/ags/plugins/plugin_base.cpp


diff --git a/engines/ags/plugins/plugin_base.cpp b/engines/ags/plugins/plugin_base.cpp
index fd78c2bfe7..62f188626f 100644
--- a/engines/ags/plugins/plugin_base.cpp
+++ b/engines/ags/plugins/plugin_base.cpp
@@ -99,6 +99,7 @@ void *pluginOpen(const char *filename) {
 	if (fname.equalsIgnoreCase("AGSWadjetUtil"))
 		return new AGSWadjetUtil::AGSWadjetUtil();
 
+	debug("Plugin '%s' is not yet supported", fname.c_str());
 	return nullptr;
 }
 




More information about the Scummvm-git-logs mailing list