summaryrefslogtreecommitdiffstats
path: root/icmp.c
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2014-06-03 01:25:00 +0100
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2014-06-03 01:25:00 +0100
commit5a3678586c4c0d88da6cea9262af0a4f46744d23 (patch)
treeef8678294829041cf1ed9c0ac3c52c36e2fa31d7 /icmp.c
parent856da217c532b9df1246586151ad8c4a56fc66f6 (diff)
parent2b4cc7393268622ac3de071435a6e4ab857342df (diff)
downloadandroid_external_android-clat-stable/cm-11.0-XNF8Y.tar.gz
android_external_android-clat-stable/cm-11.0-XNF8Y.tar.bz2
android_external_android-clat-stable/cm-11.0-XNF8Y.zip
Android 4.4.3 release 1
Diffstat (limited to 'icmp.c')
-rw-r--r--icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/icmp.c b/icmp.c
index af96b83..75a4a4d 100644
--- a/icmp.c
+++ b/icmp.c
@@ -139,7 +139,7 @@ uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code) {
}
// We don't understand this ICMP type. Return parameter problem so the caller will bail out.
- logmsg_dbg(ANDROID_LOG_DEBUG, "icmp6_to_icmp_type: unhandled ICMP type %d", type);
+ logmsg_dbg(ANDROID_LOG_DEBUG, "icmp6_to_icmp_type: unhandled ICMP type/code %d/%d", type, code);
return ICMP_PARAMETERPROB;
}