summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index 7727c0dd..b9f12956 100755
--- a/gpsfake
+++ b/gpsfake
@@ -153,7 +153,7 @@ if __name__ == '__main__':
elif (switch == '-t'):
tcp = True
elif (switch == '-T'):
- sys.stdout.write("sys %s platform %s: WRITE_PAD = %.2f CLOSE_DELAY = %.2f\n" % (sys.platform, platform.platform(), gpsfake.WRITE_PAD, gpsfake.CLOSE_DELAY))
+ sys.stdout.write("sys %s platform %s: WRITE_PAD = %.3f CLOSE_DELAY = %.2f\n" % (sys.platform, platform.platform(), gpsfake.WRITE_PAD, gpsfake.CLOSE_DELAY))
raise SystemExit,0
elif (switch == '-u'):
udp = True