summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: add3517)
raw | patch | inline | side by side (parent: add3517)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 16:26:57 +0000 (16:26 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 16:26:57 +0000 (16:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8966 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/GosaPackages.pm | patch | blob | history |
index 58791e9769b804b28bbf909950b0e477ce873f3c..baebb4cbe2d1062cffaac632c77b9d9520d22f52 100644 (file)
sub import_events {
if (not -e $event_dir) {
- daemon_log("ERROR: cannot find directory or directory is not readable: $event_dir", 1);
+ &main::daemon_log("ERROR: cannot find directory or directory is not readable: $event_dir", 1);
}
opendir (DIR, $event_dir) or die "ERROR while loading gosa-si-events from directory $event_dir : $!\n";