Skip to content

Commit ca2f543

Browse files
committed
distinct between two command execution log lines
1 parent 2809e8a commit ca2f543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemvm/debian/opt/cloud/bin/cs/CsHelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def save_iptables(command, iptables_file):
223223

224224
def execute2(command, wait=True):
225225
""" Execute command """
226-
logging.info("Executing: %s" % command)
226+
logging.info("Executing2: %s" % command)
227227
p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
228228
if wait:
229229
p.wait()

0 commit comments

Comments
 (0)