Changeset 3854c6a75c597ac0fcdbc323a36189204a2f3831
- Timestamp:
- 12/01/07 13:43:49
(1 year ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1196538229 -0600
- git-parent:
[130adbe2f7b21a1f7411f4c06867006e259177c4]
- git-author:
- Jason Michalski <armooo@armooo.net> 1196538229 -0600
- Message:
Log beacon errors to stdout
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r130adbe |
r3854c6a |
|
| 37 | 37 | try: |
|---|
| 38 | 38 | self.UDPSock.sendto(self.format_beacon(), (beacon_ip, 2190)) |
|---|
| 39 | | except error: |
|---|
| | 39 | except error, e: |
|---|
| | 40 | print e |
|---|
| 40 | 41 | pass |
|---|
| 41 | 42 | |
|---|