]> git.tuebingen.mpg.de Git - dss.git/commit - dss.c
Subcommand sensitive logging.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 17 Oct 2017 17:19:51 +0000 (19:19 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 28 Oct 2017 09:25:12 +0000 (11:25 +0200)
commit04a4e5db8eeb1744d668353366bf5e98491550d5
treee5c011ab3eaba3101cdc1de0a95dd599a4dcd1fa
parent3f26d08dbcdc2dcafa6f6ca73421516254decd94
Subcommand sensitive logging.

It's kind of silly to log the current time and the function name for
subcommands other than "run", since these commands run only for a
short time.

This commit changes dss_log() to only print this additional information
when dss run is being executed.
dss.c