projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e1854
)
add 'sent: ' prefix to errors
author
Markus Teich
<markus.teich@stusta.mhn.de>
Thu, 3 Dec 2015 21:59:29 +0000
(22:59 +0100)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Thu, 3 Dec 2015 22:02:14 +0000
(23:02 +0100)
sent.c
patch
|
blob
|
history
diff --git
a/sent.c
b/sent.c
index 6b22e61aef973f0b3a50468e45e30add4a91e4ee..e717a69c797f65d620063792cc8a839a0d647f82 100644
(file)
--- a/
sent.c
+++ b/
sent.c
@@
-386,6
+386,8
@@
void eprintf(const char *fmt, ...)
{
va_list ap;
+ fputs("sent: ", stderr);
+
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);