summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 4d2b4312..ab53f744 100755
--- a/gpsprof
+++ b/gpsprof
@@ -283,7 +283,7 @@ def plotframe(await, fname, threshold, title, dump):
#sys.stderr.write("found %s device @%sbps..." % (device["driver"], device["bps"]))
if session.data["class"] == "WATCH":
if "timing" in options and not session.data.get("timing"):
- sys.stderr.write("gpsprof: timing is not enabled.\n")
+ sys.stderr.write("timing is not enabled.\n")
sys.exit(1)
# Ignore everything but TPVs for the moment
if session.data["class"] != "TPV":