diff --git a/src/common/config.cpp b/src/common/config.cpp index 24db6b039..ebe15dbc8 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -81,7 +81,7 @@ std::string getLogType() { return logType; } -std::string getUserName() { +std::string setUserName() { return userName; }