Skip to content

Commit facd301

Browse files
committed
Add in a missing space, and terminate the sentence.
Previously this was displayed: Transaction not committed. Usually indicates a software fault.Data loss may have occurred A little ugly.
1 parent 7e7fe9a commit facd301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/RT/Interface/Web/Handler.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ sub CleanupRequest {
174174
$RT::Handle->ForceRollback;
175175
$RT::Logger->crit(
176176
"Transaction not committed. Usually indicates a software fault."
177-
. "Data loss may have occurred" );
177+
. " Data loss may have occurred." );
178178
}
179179

180180
# Clean out the ACL cache. the performance impact should be marginal.

0 commit comments

Comments
 (0)