Miscellaneous bug fixes.
diff --git a/parttypes.cc b/parttypes.cc
index 662a278..8ccc482 100644
--- a/parttypes.cc
+++ b/parttypes.cc
@@ -195,6 +195,8 @@
       } // if/else
       lastType = tempType;
    } else {
+      cerr << "Unable to allocate memory in PartType::AddType()! Partition type list will\n";
+      cerr << "be incomplete!\n";
       allOK = 0;
    } // if/else
    return allOK;