diff --git a/libfswatch/src/libfswatch/c++/libfswatch_exception.cpp b/libfswatch/src/libfswatch/c++/libfswatch_exception.cpp index 3450f3a..0e1cd66 100644 --- a/libfswatch/src/libfswatch/c++/libfswatch_exception.cpp +++ b/libfswatch/src/libfswatch/c++/libfswatch_exception.cpp @@ -29,7 +29,7 @@ namespace fsw const char *libfsw_exception::what() const noexcept { - return (string(_("Error: ")) + this->cause).c_str(); + return this->cause.c_str(); } int libfsw_exception::error_code() const noexcept