]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
A little better debugging, handling of percent char
[mailer.git] / inc / db / lib-mysql3.php
index 0f065e1189eeed1dcd74a4937feaff790316f9a5..d586a0aebe46452c2b443ded6a804cf381612d41 100644 (file)
@@ -735,7 +735,7 @@ function getArrayFromSupportedSqlEngines ($support = 'YES') {
                                array_push($engines, $content);
                        } elseif (isDebugModeEnabled()) {
                                // Log it away in debug mode
-                               logDebugMessage(__FUNCTION__, __LINE__, 'Engine ' . $content['Engine'] . ' is not supported (' . $content['Supported'] . ')');
+                               logDebugMessage(__FUNCTION__, __LINE__, 'Engine ' . $content['Engine'] . ' is not supported (' . $content['Supported'] . ' - ' . $support . ')');
                        }
                } // END - if
        } else {