mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
cdba-server: include PID to the syslog message
Include PID into syslog message to simplify identifying the CDBA sessions. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
@@ -216,7 +216,7 @@ int main(int argc, char **argv)
|
||||
if (!username)
|
||||
username = "nobody";
|
||||
|
||||
openlog("cdba-server", 0, LOG_DAEMON);
|
||||
openlog("cdba-server", LOG_PID, LOG_DAEMON);
|
||||
|
||||
ret = device_parser(".cdba");
|
||||
if (ret) {
|
||||
|
||||
Reference in New Issue
Block a user