aboutsummaryrefslogtreecommitdiff
path: root/linetab.c
diff options
context:
space:
mode:
Diffstat (limited to 'linetab.c')
-rw-r--r--linetab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linetab.c b/linetab.c
index 59a96e3..55a5c97 100644
--- a/linetab.c
+++ b/linetab.c
@@ -88,7 +88,7 @@ void computed_msg(unsigned short lineno) {
cmd = "???"; break;
}
- fprintf(stderr, "Computed %s at line %d\n", cmd, lineno);
+ fprintf(stderr, "%s: Warning: Computed %s at line %d.\n", self, cmd, lineno);
}
CALLBACK(got_var) {