Skip to content

Commit

Permalink
binary info also in console output
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 28, 2019
1 parent 308b48a commit ea5680f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/dird/authenticate_console.cc
Expand Up @@ -204,6 +204,8 @@ bool ConsoleAuthenticatorFrom_18_2::SendResponseMessage(uint32_t response_id, bo
bool ConsoleAuthenticatorFrom_18_2::SendInfoMessage()
{
std::string message;
message += BAREOS_BINARY_INFO;
message += " binary\n";
message += BAREOS_SERVICES_MESSAGE;
message += "\n";
message += "You are ";
Expand Down

0 comments on commit ea5680f

Please sign in to comment.