swanctl: Be more verbose while loading connections and credentials

This commit is contained in:
Martin Willi
2014-05-07 15:48:15 +02:00
parent 51bdc1f3f1
commit ebe78940aa
2 changed files with 26 additions and 2 deletions
+4
View File
@@ -214,6 +214,10 @@ static bool load_conn(vici_conn_t *conn, settings_t *cfg,
section, vici_find_str(res, "", "errmsg"));
ret = FALSE;
}
else
{
printf("loaded connection '%s'\n", section);
}
vici_free_res(res);
return ret;
}