]> git.ipfire.org Git - people/stevee/guardian.git/blobdiff - guardian.in
guardian: Log successfull launch of the programm.
[people/stevee/guardian.git] / guardian.in
index 06fc83d563d0f1b9774fe61e85d48071006c1545..4be2b779475c01b8705a8f4f7621a1cd71c3ca5b 100644 (file)
@@ -121,6 +121,9 @@ unless (defined($cmdargs{"foreground"})) {
 # Call Init function to initzialize guardian.
 &Init();
 
+# Log successfully started process.
+$logger->Log("info", "Guardian $version successfully started...");
+
 # Infinite main loop, which processes all queued events.
 while(1) {
        # Get the amount of elements in our queue.