-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP69, 7.0.X, 7.1.10 DXP FP6, 7.1.10.2 SP2, 7.1.3 CE GA4, 7.1.X, Master
-
Component/s: Core Infrastructure > Upgrade Framework
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:1
-
Git Pull Request:
Steps to reproduce it:
- Perform an upgrade to master/7.1.x/7.0.x
- After competing the upgrade, look for "Completed verification process com.liferay.portal.verify.VerifyProcessSuite" in the log file
Results:
You will get something like this without space between the time and the word "ms"
2018-12-26 16:43:00.400 INFO [main][VerifyProcess:80] Completed verification process com.liferay.portal.verify.VerifyProcessSuite in 1591665ms
Expected results:
There is an space between the time and the word "ms"
2018-12-26 16:43:00.400 INFO [main][VerifyProcess:80] Completed verification process com.liferay.portal.verify.VerifyProcessSuite in 1591665 ms