Skip to content

Commit

Permalink
Fixed incorrect print function usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
software-opal committed Feb 6, 2015
1 parent 1327255 commit 1959e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api/gstswitch/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def _start_process_log_file(cmd, stdout_file, stderr_file):
stderr=stderr_file,
bufsize=-1,
shell=False)
print cmd
print(cmd)
return process

@classmethod
Expand Down

0 comments on commit 1959e00

Please sign in to comment.