Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GlitterWorld Prime Mod
Release build
Commits
f9b6ecef
Commit
f9b6ecef
authored
Mar 31, 2019
by
Adam Leyshon
Browse files
Don't log to the RW error log. Too spammy.
parent
9b2ba8c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Glitterworld Prime/Utilities.cs
Glitterworld Prime/Utilities.cs
+1
-1
No files found.
Glitterworld Prime/Utilities.cs
View file @
f9b6ecef
...
...
@@ -72,7 +72,7 @@ namespace Glitterworld_Prime
}
sentry
.
Capture
(
e
);
LogWriter
.
Write
Error
Message
(
"An error occurred and has been reported."
);
LogWriter
.
WriteMessage
(
"An error occurred and has been reported."
);
}
internal
static
void
SendTestException
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment