diff --git a/src/repstr/main.cpp b/src/repstr/main.cpp index 9604a91..d292286 100644 --- a/src/repstr/main.cpp +++ b/src/repstr/main.cpp @@ -45,7 +45,7 @@ int main(const int argc,const char *argv[]){ zt::print(argv1,"\n"); }catch(std::runtime_error &e){ - zt::eprint("Caught an error because:\n","\te.what(): ",e.what(),"\n"); + zt::eprint("Caught an error because:\n","\t",NAME_VALUE(e.what()),"\n"); }catch(...){ zt::eprint("Caught an unknown error,closing...\n"); }