projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12c871
)
Make two shut down messages different, to simplify debugging
author
djfiander
<djfiander>
Tue, 22 Aug 2006 23:16:41 +0000
(23:16 +0000)
committer
djfiander
<djfiander>
Tue, 22 Aug 2006 23:16:41 +0000
(23:16 +0000)
SIPServer.pm
patch
|
blob
|
history
diff --git
a/SIPServer.pm
b/SIPServer.pm
index
a1daec4
..
5c67e27
100644
(file)
--- a/
SIPServer.pm
+++ b/
SIPServer.pm
@@
-125,7
+125,7
@@
sub raw_transport {
if (!$input) {
# EOF on the socket
- syslog("LOG_INFO", "raw_transport: shutting down");
+ syslog("LOG_INFO", "raw_transport: shutting down
: EOF during login
");
return;
}