From cb859c592b45850e5175c68ebb567752b5a4c338 Mon Sep 17 00:00:00 2001 From: janw Date: Wed, 4 Mar 2009 13:50:35 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13496 594d385d-05f5-0310-b6e9-bd551577e9d8 --- trunk/gosa-si/modules/ClientPackages.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/gosa-si/modules/ClientPackages.pm b/trunk/gosa-si/modules/ClientPackages.pm index 99bb35069..7ae02e44d 100644 --- a/trunk/gosa-si/modules/ClientPackages.pm +++ b/trunk/gosa-si/modules/ClientPackages.pm @@ -456,10 +456,10 @@ sub here_i_am { $nu_clients --; } - # number of actual activ clients + # number of current active clients my $act_nu_clients = $nu_clients; - &main::daemon_log("$session_id INFO: number of actual activ clients: $act_nu_clients", 5); + &main::daemon_log("$session_id INFO: number of current active clients: $act_nu_clients", 5); &main::daemon_log("$session_id INFO: number of maximal allowed clients: $max_clients", 5); if($max_clients <= $act_nu_clients) { -- 2.30.2