Code

Fix typo.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 4 Mar 2009 13:50:35 +0000 (13:50 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 4 Mar 2009 13:50:35 +0000 (13:50 +0000)
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

index 99bb3506909d66fbcae153ea52daeb6efc0b0bce..7ae02e44dd302cce9f0e2f91827f5822bf0be326 100644 (file)
@@ -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) {