Code

diffrent method invocation do not cause feedback to STDERR
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Oct 2009 09:57:20 +0000 (09:57 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Oct 2009 09:57:20 +0000 (09:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14615 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-server

index bc28f7482ab3d61142594fb03f28b0446baad808..9bf2853a9137d9fa18c1c4376b79a91ebf6e75e7 100755 (executable)
@@ -389,7 +389,7 @@ sub daemon_log {
                        $year+=1900;
 
                        # Microseconds since epoch
-                       my $microSeconds = sprintf("%.2f", clock_gettime ( 'CLOCK_REALTIME' ));
+                       my $microSeconds = sprintf("%.2f", &Time::HiRes::clock_gettime());
                        $microSeconds =~ s/^\d*(.\d\d)$/$1/;
 
                        # Build log message and write it to log file and commandline