Skip to content

Commit

Permalink
add missing info log
Browse files Browse the repository at this point in the history
  • Loading branch information
maddinat0r committed Aug 2, 2018
1 parent f990f8e commit 65306d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/User.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ UserId_t UserManager::AddUser(json &data)
return INVALID_USER_ID;
}

CLog::Get()->Log(LogLevel::INFO, "successfully created user with id '{}'", id);
return id;
}

Expand Down

0 comments on commit 65306d9

Please sign in to comment.