projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4fa4389
)
kernel/netinet6: Add back a ':' I accidentally removed.
author
Sascha Wildner <saw@online.de>
Sun, 4 Dec 2011 22:09:31 +0000 (23:09 +0100)
committer
Sascha Wildner <saw@online.de>
Sun, 4 Dec 2011 22:09:31 +0000 (23:09 +0100)
sys/netinet6/esp_core.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/netinet6/esp_core.c
b/sys/netinet6/esp_core.c
index
839293f
..
a52016f
100644
(file)
--- a/
sys/netinet6/esp_core.c
+++ b/
sys/netinet6/esp_core.c
@@
-403,7
+403,7
@@
esp_cbc_mature(struct secasvar *sav)
algo = esp_algorithm_lookup(sav->alg_enc);
if (!algo) {
ipseclog((LOG_ERR,
- "esp_cbc_mature unsupported algorithm %d\n",
+ "esp_cbc_mature: unsupported algorithm %d\n",
sav->alg_enc));
return 1;
}