Skip to content

Commit 2f1d7c9

Browse files
committed
lots of updates to myadmin_log calls adding the optional module and service id parameters in applicable places
1 parent 007ce67 commit 2f1d7c9

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
@@ -60,7 +60,7 @@ public static function getHooks()
6060
public static function getActivate(GenericEvent $event)
6161
{
6262
$serviceClass = $event->getSubject();
63-
myadmin_log(self::$module, 'info', 'Dedicated Server Activation', __LINE__, __FILE__);
63+
myadmin_log(self::$module, 'info', 'Dedicated Server Activation', __LINE__, __FILE__, self::$module, $serviceClass->getId());
6464
$event->stopPropagation();
6565
}
6666

0 commit comments

Comments
 (0)