mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
Add missing space character to a log message (#5251)
This commit is contained in:
@@ -2251,7 +2251,7 @@ Transactor::operator()()
|
||||
ctx_.apply(result);
|
||||
}
|
||||
|
||||
JLOG(j_.trace()) << (applied ? "applied" : "not applied")
|
||||
JLOG(j_.trace()) << (applied ? "applied " : "not applied ")
|
||||
<< transToken(result);
|
||||
|
||||
return {result, applied};
|
||||
|
||||
Reference in New Issue
Block a user