Code

Made faiScript/Hook compatible with the new release management
[gosa.git] / include / class_ldap.inc
index 8b4130bad1727303d106075bf156ff51436454ff..5649ea53268167949b310fc3f22dcf76a74bda23 100644 (file)
@@ -1149,7 +1149,7 @@ class LDAP{
         $ret = $this->modify($data);
       }
     }
-    show_ldap_error($this->get_error(),_("Ldap import failed"));
+    show_ldap_error($this->get_error(), sprintf(_("Ldap import with dn '%s' failed."),$dn));
     return($ret);
   }