From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Jan 2016 16:26:51 +0100 Subject: Imported Upstream version 1.1.90 --- examples/python/gi/update-ip4-method.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/python/gi/update-ip4-method.py') diff --git a/examples/python/gi/update-ip4-method.py b/examples/python/gi/update-ip4-method.py index 5e058031..12124599 100755 --- a/examples/python/gi/update-ip4-method.py +++ b/examples/python/gi/update-ip4-method.py @@ -82,6 +82,6 @@ if __name__ == "__main__": c.commit_changes(True, None) print("The connection profile has been updated.") except Exception, e: - print("Error: %s" % e) + sys.stderr.write("Error: %s\n" % e) break -- cgit 1.3.0-6-gf8a5