diff --git a/og_ldap.module b/og_ldap.module
index 7935474..60d36fb 100644
--- a/og_ldap.module
+++ b/og_ldap.module
@@ -127,8 +127,7 @@ function _og_ldap_update_user($account) {
           $group_name = $group['og'];
           /* Create the group if it doesn't already exist */
           if (!in_array($group_name, $all_groups)) {
-            flog_it($group, 'Group');
-            flog_it($type, 'Type');
+            watchdog('og_ldap', 'Added new group from LDAP, groupname: @groupname', array('@groupname' => $group), WATCHDOG_NOTICE);
             _og_ldap_add_group($group, $type);
           }


