summaryrefslogtreecommitdiffhomepage
path: root/svr-algo.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-algo.c')
-rw-r--r--svr-algo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-algo.c b/svr-algo.c
index 5559da6..c0b7823 100644
--- a/svr-algo.c
+++ b/svr-algo.c
@@ -47,7 +47,7 @@ algo_type * svr_buf_match_algo(buffer* buf, algo_type localalgos[],
/* get the comma-separated list from the buffer ie "algo1,algo2,algo3" */
algolist = buf_getstring(buf, &len);
/* Debug this */
- TRACE(("buf_match_algo: %s", algolist));
+ TRACE(("buf_match_algo: %s", algolist))
if (len > MAX_PROPOSED_ALGO*(MAX_NAME_LEN+1)) {
goto out; /* just a sanity check, no other use */
}