dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
vlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
862c04b
)
Code formatting
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Mon, 25 Jan 2016 00:06:01 +0000
(
01:06
+0100)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Mon, 25 Jan 2016 00:06:01 +0000
(
01:06
+0100)
src/net/lognet.cpp
patch
|
blob
|
history
diff --git
a/src/net/lognet.cpp
b/src/net/lognet.cpp
index 4109c1dff066d38313819aa640d4ec132a9812f8..5d56a47e5ef618687a34be07192a12da851ecd6e 100644
(file)
--- a/
src/net/lognet.cpp
+++ b/
src/net/lognet.cpp
@@
-845,8
+845,7
@@
void NETMOD::propagate_msg(MESSAGE *msg)
if (msg->param.pword[1] == MSG_INT) {
send_to_int(msg);
} else {
- sprintf(ss, "Not connected to Node %d",
- msg->param.pword[4]);
+ sprintf(ss, "Not connected to Node %d", msg->param.pword[4]);
write_at_console(ss);
}
}