summaryrefslogtreecommitdiff
path: root/src/KLV.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KLV.cpp')
-rwxr-xr-xsrc/KLV.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KLV.cpp b/src/KLV.cpp
index a0d2089..b31969e 100755
--- a/src/KLV.cpp
+++ b/src/KLV.cpp
@@ -131,7 +131,7 @@ ASDCP::KLVPacket::Dump(FILE* stream, bool show_hex)
}
else
{
- fprintf(stream, "*** Malformed packet ***\n");
+ fprintf(stream, "*** Malformed KLV packet ***\n");
}
}