From 4daf54a851e4fb7ed1a13c3117bba12528fd2c7f Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 9 Feb 2014 20:08:55 -0500 Subject: journald: log provenience of signals --- src/core/job.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/job.c') diff --git a/src/core/job.c b/src/core/job.c index 941f956025..feeb563177 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -1118,9 +1118,6 @@ int job_get_timeout(Job *j, uint64_t *timeout) { *timeout = MIN(x, y); - log_info("job_get_timeout %s %d/%"PRIu64" %d/%"PRIu64" -> 1/%"PRIu64, - j->unit->id, r, x, q, y, *timeout); - return 1; } -- cgit v1.2.3-54-g00ecf