]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/yoomedia_functions.php
Typo fixed :(
[mailer.git] / inc / libs / yoomedia_functions.php
index c6d55228b842dc5c4883aead5747f5cf359b086a..588eea1ab419f5b739ce298867d6098bfba648ac 100644 (file)
@@ -315,10 +315,7 @@ function translateYooMediaError ($errorCode) {
                $return = $GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode];
        } else {
                // Log missing entries
                $return = $GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode];
        } else {
                // Log missing entries
-               logDebugMessage(__FUNCTION__, __LINE__, "errorCode={$errorCode}");
-               print('<pre>');
-               debug_print_backtrace();
-               die('</pre>');
+               debug_report_bug(sprintf("Unknown error code <strong>%s</strong> detected.", $errorCode));
        }
 
        // Return value
        }
 
        // Return value