Skip to content

Commit b457811

Browse files
committed
updates to myadmin_log calls adding the optional module and service id parameters in applicable places
1 parent 6a9caae commit b457811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static function getChangeIp(GenericEvent $event)
152152
if (!is_array($response) || !in_array($event['field1'], array_values($response))) {
153153
$response = $cl->license($event['newip'], $event['field1']);
154154
//$serviceExtra = $response['mainKeyNumber'].','.$response['productKey'];
155-
myadmin_log(self::$module, 'info', 'Response: '.json_encode($response), __LINE__, __FILE__, self::$module);
155+
myadmin_log(self::$module, 'info', 'Response: '.json_encode($response), __LINE__, __FILE__, self::$module, $serviceClass->getId());
156156
if ($response === false) {
157157
$event['status'] = 'error';
158158
$event['status_text'] = 'Error Licensing the new IP.';

0 commit comments

Comments
 (0)