From 08d910cf09e390208dada0f7b8890c062b177379 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@cervoi.se> Date: Wed, 18 Feb 2015 22:53:41 +0100 Subject: [PATCH] =?UTF-8?q?print=20PID=C2=A0on=20start=20(mainly=20for=20d?= =?UTF-8?q?ebug)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sam.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sam.pl b/Sam.pl index c2aceeb..deaf943 100755 --- a/Sam.pl +++ b/Sam.pl @@ -96,6 +96,8 @@ sub bot_start { Port => $port, } ); + + $log->info("PID: $$"); } -- GitLab