mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
converter for CHANGESTODO to csv import for into bug management tool
This commit is contained in:
parent
d6498a188a
commit
597204464d
4 changed files with 195 additions and 133 deletions
|
@ -340,7 +340,7 @@ jabberMsg(XMLNode node) {
|
|||
if (node["/connection-timeout"]) {
|
||||
/* ignore it */
|
||||
} else if (node["/system-shutdown"]) {
|
||||
P1(("%O: counterpart is doing a system shutdown", ME))
|
||||
P1(("%O: counterpart is doing a system shutdown\n", ME))
|
||||
/* ignore it */
|
||||
} else {
|
||||
P0(("stream error in %O: %O\n", ME, node))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue