More calls of DEBUG_LOG() added
[mailer.git] / inc / modules / login.php
index 9ca58e5f02d8f8b16c17f742753cf0865aaf059c..5928f54c6057342a5ff8c661113012e47d1105fc 100644 (file)
@@ -54,6 +54,7 @@ if ($status != "CONFIRMED") {
                break;
 
        default:
+               DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown status %s detected.", $status));
                $ERROR = CODE_UNKNOWN_STATUS;
                break;
        }