diff --git a/IDHANClient/src/tags/createTags.cpp b/IDHANClient/src/tags/createTags.cpp index d49b25e..6fa2b22 100644 --- a/IDHANClient/src/tags/createTags.cpp +++ b/IDHANClient/src/tags/createTags.cpp @@ -34,7 +34,7 @@ QFuture< std::vector< TagID > > IDHANClient::createTags( QJsonArray array {}; - if ( tags.empty() ) throw std::runtime_error( "Needs more then 1 tag to make" ); + if ( tags.empty() ) throw std::runtime_error( "IDHANClient::createTags Needs more then 1 tag to make" ); for ( const auto& [ namespace_text, subtag_text ] : tags ) {