this debug statement has only two arguments

This commit is contained in:
Andreas Steffen 2009-02-11 16:41:37 +00:00
parent a584a231b1
commit 16c6114ee7
2 changed files with 5 additions and 1 deletions

View File

@ -301,7 +301,7 @@ static linked_list_t* get_traffic_selectors(private_child_cfg_t *this, bool loca
else
{
DBG2(DBG_CFG, " config: %R, received: %R => no match",
ts1, ts2, selected);
ts1, ts2);
}
}
e2->destroy(e2);

View File

@ -75,6 +75,10 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O