summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 36b5e20)
raw | patch | inline | side by side (parent: 36b5e20)
author | Sebastian Harl <sh@teamix.net> | |
Wed, 12 Sep 2012 13:54:54 +0000 (15:54 +0200) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Wed, 12 Sep 2012 13:54:54 +0000 (15:54 +0200) |
src/junos.c | patch | blob | history |
diff --git a/src/junos.c b/src/junos.c
index 8608551f41593c2787712165ac64545dda26edd7..ddf991c49c49f8221cbbe3ed3a43cd3dd99a2bb1 100644 (file)
--- a/src/junos.c
+++ b/src/junos.c
}
read_lines(junos, recv_buf, sizeof(recv_buf));
- dprintf(" -> %s", recv_buf);
+ dprintf(" <- %s", recv_buf);
return 0;
} /* junos_connect */
if (status < 0)
break;
- dprintf(" -> %s", recv_buf);
+ dprintf(" <- %s", recv_buf);
xml_status = xmlParseChunk(junos->xml_ctx, recv_buf, (int)status,
/* terminate = */ 0);