Skip to content

Commit

Permalink
fixed tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakane committed Dec 16, 2000
1 parent a5aaabd commit b2bba75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kame/kame/racoon/isakmp.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: isakmp.c,v 1.115 2000/12/15 15:25:54 itojun Exp $ */
/* $KAME: isakmp.c,v 1.116 2000/12/16 14:16:25 sakane Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -1254,8 +1254,9 @@ isakmp_open()
goto err_and_next;
}

plog(LLV_ERROR, LOCATION, p->addr,
"used as isakmp port (fd=%d).\n", p->sock);
plog(LLV_INFO, LOCATION, NULL,
"%s used as isakmp port (fd=%d)\n",
saddr2str(p->addr), p->sock);

continue;

Expand Down

0 comments on commit b2bba75

Please sign in to comment.