Changeset 3144 for pykota/trunk
- Timestamp:
- 02/15/07 18:52:56 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pknotify
r3133 r3144 298 298 if errnum == errno.ECONNREFUSED : 299 299 raise PyKotaToolError, "%s : %s" % (str(msg), (_("Are you sure that PyKotIcon is running and accepting incoming connections on %s:%s ?") % (self.destination, self.port))) 300 raise PyKotaToolError, "%s : %s" % (_("Connection error"), str(msg))300 self.printInfo("%s : %s" % (_("Connection error"), str(msg)), "warn") 301 301 except TimeoutError, msg : 302 302 self.printInfo(msg, "warn")