X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=time-slider.git;a=blobdiff_plain;f=usr%2Fshare%2Ftime-slider%2Flib%2Ftime_slider%2Futil.py;fp=usr%2Fshare%2Ftime-slider%2Flib%2Ftime_slider%2Futil.py;h=600240e0f8af82da1ec0371633aebe4fd98e98ce;hp=a9930e07790f400b42bdd55e845e4b03ec9b1984;hb=d1252e4e09fea3b47e1e6eb76c6506ea83dda572;hpb=a05de207f2bae9d8131568dae5a5838a885cc3c1 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,