Elevated Commands Redesign (#1123)

This commit is contained in:
Chase Payne 2023-04-29 00:22:01 -05:00 committed by GitHub
commit 430a439698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 568 additions and 425 deletions

View file

@ -89,7 +89,7 @@ namespace http {
pt::write_json(file, outputTree);
}
catch (std::exception &e) {
BOOST_LOG(error) << "generating user credentials: "sv << e.what();
BOOST_LOG(error) << "error writing to the credentials file, perhaps try this again as an administrator? Details: "sv << e.what();
return -1;
}