Browse Source

remove some debug prints...

remotes/client/ssh-main
John-Mark Gurney 3 years ago
parent
commit
b7b3505407
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ggatessh/ggatessh.c

+ 0
- 2
ggatessh/ggatessh.c View File

@@ -1041,11 +1041,9 @@ g_gatessh_rescue(void)
struct g_gate_ctl_cancel ggioc;
int error;

g_gate_log(LOG_ERR, "a");
if (!g_gatessh_connect())
g_gate_xlog("Cannot connect: %s.", strerror(errno));

g_gate_log(LOG_ERR, "b");
ggioc = (struct g_gate_ctl_cancel){
.gctl_version = G_GATE_VERSION,
.gctl_unit = unit,


Loading…
Cancel
Save