diff --git a/Server/DataStructures/QueryObjectsStorage.cpp b/Server/DataStructures/QueryObjectsStorage.cpp index c2a5a413e..6e47ad8af 100644 --- a/Server/DataStructures/QueryObjectsStorage.cpp +++ b/Server/DataStructures/QueryObjectsStorage.cpp @@ -43,6 +43,8 @@ QueryObjectsStorage::QueryObjectsStorage(std::string hsgrPath, std::string ramIn } if(!timestamp.length()) timestamp = "n/a"; + if(15 < timestamp.length()) + timestamp.resize(15); INFO("Loading auxiliary information"); //Init nearest neighbor data structure