Skip to content

Commit 9c47980

Browse files
Ashodcaolanm
authored andcommitted
wsd: indent the logged-config for readability
Change-Id: I50970a0046ef91a9b9d65de7fe06b0a66e767b02 Signed-off-by: Ashod Nakashian <[email protected]>
1 parent c3205d3 commit 9c47980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsd/COOLWSD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ void COOLWSD::innerInitialize(Poco::Util::Application& self)
15001500
const auto it = DefAppConfig.find(pair.first);
15011501
if (it == DefAppConfig.end() || it->second != pair.second)
15021502
{
1503-
ossConfig << pair.first << ": " << pair.second << '\n';
1503+
ossConfig << '\t' << pair.first << ": " << pair.second << '\n';
15041504
}
15051505
}
15061506

0 commit comments

Comments
 (0)