Skip to content

Missing space in log message #3033

@php-coder

Description

@php-coder

With --debug option I see the following messages:


DEBUG [main] --- ConfigFileApplicationListener: Skipped config file 'file:./config/application-test.xml' for profile testresource not found
DEBUG [main] --- ConfigFileApplicationListener: Skipped config file 'file:./config/application.xml' for profile testresource not found

There is a missing space in message. It should be: "... for profile test resource not found" instead of "... for profile testresource not found".

I believe that this line should be fixed: https://github.com/spring-projects/spring-boot/blob/master/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java#L395

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions