Index: /trunk/FACT++/src/ByteOrder.h
===================================================================
--- /trunk/FACT++/src/ByteOrder.h	(revision 10746)
+++ /trunk/FACT++/src/ByteOrder.h	(revision 10747)
@@ -63,5 +63,5 @@
 {
     if (sizeof(S)!=vec.size()*2)
-        throw std::logic_error("size of vector mismatch "+std::string(typeid(S).name()));
+        throw std::logic_error("ntohcpy: size of vector mismatch "+std::string(typeid(S).name()));
 
     std::transform(vec.begin(), vec.end(),
@@ -73,5 +73,5 @@
 {
     if (sizeof(S)%2)
-        throw std::logic_error("size of "+std::string(typeid(S).name())+" not a multiple of 2");
+        throw std::logic_error("htoncpy: size of "+std::string(typeid(S).name())+" not a multiple of 2");
 
     std::vector<uint16_t> v(sizeof(S)/2);
