We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7fe9a commit facd301Copy full SHA for facd301
1 file changed
lib/RT/Interface/Web/Handler.pm
@@ -174,7 +174,7 @@ sub CleanupRequest {
174
$RT::Handle->ForceRollback;
175
$RT::Logger->crit(
176
"Transaction not committed. Usually indicates a software fault."
177
- . "Data loss may have occurred" );
+ . " Data loss may have occurred." );
178
}
179
180
# Clean out the ACL cache. the performance impact should be marginal.
0 commit comments