handler: Use only signal-safe functions
ignore_rest function is using only one signal unsafe function (log) -
other (signal, kill) are signal-safe.
To make ignore_rest signal-safe call of log_info is moved (and huge
comment is added).
Signed-off-by: Jan Friesse <jfriesse@redhat.com>