X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=usr%2Fshare%2Ftime-slider%2Flib%2Ftime_slider%2Futil.py;h=600240e0f8af82da1ec0371633aebe4fd98e98ce;hb=f8c7907cd660d3e11a8b80ad85e18ff034ff297a;hp=a9930e07790f400b42bdd55e845e4b03ec9b1984;hpb=f4594ed407bba1263b2bc93ce70e27a599e2ed3c;p=time-slider.git diff --git a/usr/share/time-slider/lib/time_slider/util.py b/usr/share/time-slider/lib/time_slider/util.py index a9930e0..600240e 100644 --- a/usr/share/time-slider/lib/time_slider/util.py +++ b/usr/share/time-slider/lib/time_slider/util.py @@ -35,6 +35,8 @@ def run_command(command, raise_on_try=True): Throws a RunTimeError if the command failed to execute or if the command returns a non-zero exit status. """ + + debug("Trying to run command %s" % (command), True) try: p = subprocess.Popen(command, stdout=subprocess.PIPE,