diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-09 20:08:55 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-11 19:14:47 -0500 |
commit | 4daf54a851e4fb7ed1a13c3117bba12528fd2c7f (patch) | |
tree | dd9db902bc6e5500bd2b5784714b4052265f0cf4 /src/core/job.c | |
parent | c480d2f8bc63565e40bd969054ebd97e9e2deca6 (diff) |
journald: log provenience of signals
Diffstat (limited to 'src/core/job.c')
-rw-r--r-- | src/core/job.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; } |