andre 2 жил өмнө
parent
commit
489be81c59
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  1. 9 0
      kerioEmail_mx.php

+ 9 - 0
kerioEmail_mx.php

@@ -122,6 +122,15 @@ function KerioEmail_setSPF($params)
             'records' => $zoneRecords,
         )
     );
+
+    logModuleCall(
+        'kerioEmail',
+        __FUNCTION__,
+        $zoneRecords,
+        'Debug Usage',
+        $result
+    );
+
     if($result['result'] != 'success') {
         return 'Error: cloud not update zone for ID ' . $zoneID;
     }