]> git.corax.cc Git - toolbox/commit
include/log: Fix indentation in log_stacktrace()
authorMatthias Kruk <m@m10k.eu>
Thu, 24 Jun 2021 23:44:26 +0000 (08:44 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 24 Jun 2021 23:44:26 +0000 (08:44 +0900)
commit5bf10113da9d4e23dff2d0c827aa1ffd44d6c0b6
treef3d8f5a858350925660568f547517b481f4413ad
parentc41ea0c5d9c3d728e9cd5c5f596532de3fa85298
include/log: Fix indentation in log_stacktrace()

Stacktraces printed by log_stacktrace() are not indented correctly
because of a typo in the statement that increases the indentation.
This commit fixes the typo so that lines are indented correctly.
include/log.sh