logging: return string for ALPROTO_FAILED

pull/2359/head
Victor Julien 9 years ago
parent 93298e91c7
commit dbb3a12b32

@ -82,6 +82,8 @@ const char *AppProtoToString(AppProto alproto)
proto_name = "template";
break;
case ALPROTO_FAILED:
proto_name = "failed";
break;
#ifdef UNITTESTS
case ALPROTO_TEST:
#endif

Loading…
Cancel
Save