mirror of
https://github.com/apache/maven.git
synced 2025-02-21 01:15:42 +00:00
[MNG-7919] Change the log of unable to find the root directory to info (#1325)
Signed-off-by: crazyhzm <crazyhzm@apache.org>
This commit is contained in:
parent
05fcf5b2d3
commit
3927ca1843
@ -447,7 +447,7 @@ private void informativeCommands(CliRequest cliRequest) throws ExitException {
|
||||
}
|
||||
|
||||
if (cliRequest.rootDirectory == null) {
|
||||
slf4jLogger.debug(RootLocator.UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE);
|
||||
slf4jLogger.info(RootLocator.UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user