Commit 13cb957c authored by unknown's avatar unknown

Fix merge.

parent 4ce41024
...@@ -324,6 +324,12 @@ static int angel_main_loop() ...@@ -324,6 +324,12 @@ static int angel_main_loop()
continue; continue;
} }
/* Delete IM-angel PID file. */
my_delete(Options::Daemon::angel_pid_file_name, MYF(0));
/* IM-angel finished. */
log_info("Angel: Manager exited normally. Exiting..."); log_info("Angel: Manager exited normally. Exiting...");
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment