X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tt;h=e8f101062b90c3de4e0fef3365951528f6923d5f;hb=cdeef19ac448a1503f04ed3765dd88e37b427920;hp=a8c84195ed5e9fa51073283dfa76a48e8a698aca;hpb=6db6d2a48b869e66efccbc69ef273ef419860fd6;p=tt.git diff --git a/tt b/tt index a8c8419..e8f1010 100755 --- 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))