home
/
code
/
tt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6db6d2a
)
Log warning on invalid message
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 10 Nov 2020 10:26:02 +0000
(
05:26
-0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 10 Nov 2020 10:26:02 +0000
(
05:26
-0500)
tt
patch
|
blob
|
blame
|
history
diff --git
a/tt
b/tt
index
a8c8419
..
e8f1010
100755
(executable)
--- a/
tt
+++ b/
tt
@@
-70,7
+70,9
@@
(define toks (string-split line (regexp "\t+")))
(if (= 2 (length toks))
(msg<-toks nick toks)
- #f)
+ (begin
+ (log-warning "Invalid msg from nick:~a, msg:~a" nick line)
+ #f))
)
msg_lines))])
msgs))
This page took
0.02126 seconds
and
4
git commands to generate.