X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fwernis_functions.php;h=db76a6474938c2dd600972ecaef8dec50e8292db;hp=011e2175bb3308f67e236a1f05f6c61f0019a823;hb=feda50ff73c05935417ed33164d30caf966ba854;hpb=1c004d0ffe3d1bfee3ea2128f6c0165eda61baf3 diff --git a/inc/libs/wernis_functions.php b/inc/libs/wernis_functions.php index 011e2175bb..db76a64749 100644 --- a/inc/libs/wernis_functions.php +++ b/inc/libs/wernis_functions.php @@ -170,6 +170,7 @@ function WERNIS_SEND_REQUEST ($scriptName, $requestData = array()) { break; default: // Unknown error (maybe new?) + DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown error %s from WDS66 API received.", $data[1])); $return = array( 'status' => "request_failed", 'message' => sprintf(WERNIS_API_REQUEST_FAILED, $data[1])