diff options
author | Justin Clark-Casey (justincc) | 2014-05-27 20:42:36 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-05-27 20:44:00 +0100 |
commit | 464d31b70bc870bd0945cb26c51dc1df48c2ec2a (patch) | |
tree | c5b2cd3558b818e758f8f8d39c915988d10c80b2 /bin/Robust.32BitLaunch.exe.config | |
parent | In compiler tests, remove the ResolveEventHandlers after test exit (diff) | |
download | opensim-SC-464d31b70bc870bd0945cb26c51dc1df48c2ec2a.zip opensim-SC-464d31b70bc870bd0945cb26c51dc1df48c2ec2a.tar.gz opensim-SC-464d31b70bc870bd0945cb26c51dc1df48c2ec2a.tar.bz2 opensim-SC-464d31b70bc870bd0945cb26c51dc1df48c2ec2a.tar.xz |
Stop appending redundant newline to console messages in Robust and pCampbot configs
This is to fix an issue since recent commit fbcb763 where these are no longer removed automatically.
OpenSim.*.config was already not appending these newlines
Diffstat (limited to 'bin/Robust.32BitLaunch.exe.config')
-rw-r--r-- | bin/Robust.32BitLaunch.exe.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.32BitLaunch.exe.config b/bin/Robust.32BitLaunch.exe.config index 95061e1..0399a1b 100644 --- a/bin/Robust.32BitLaunch.exe.config +++ b/bin/Robust.32BitLaunch.exe.config | |||
@@ -17,7 +17,7 @@ | |||
17 | <acceptOnMatch value="false"/> | 17 | <acceptOnMatch value="false"/> |
18 | </filter> | 18 | </filter> |
19 | <layout type="log4net.Layout.PatternLayout"> | 19 | <layout type="log4net.Layout.PatternLayout"> |
20 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> | 20 | <conversionPattern value="%date{HH:mm:ss} - %message" /> |
21 | </layout> | 21 | </layout> |
22 | </appender> | 22 | </appender> |
23 | 23 | ||