]> git.corax.cc Git - foundry/commit
include/context: Make foundry_context_get_logs() search the right path
authorMatthias Kruk <m@m10k.eu>
Sun, 8 Aug 2021 02:24:41 +0000 (11:24 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 8 Aug 2021 02:24:41 +0000 (11:24 +0900)
commitd6cdd2839fca2c74be5bbf6045b10ab498b716af
tree74d65ea99401e416db0c71e03252eeaee3eaed02
parentb62aea45068ffc589e88d78db9549cc42015564f
include/context: Make foundry_context_get_logs() search the right path

The log path in foundry_context_get_logs() is incorrect, causing the
method to search for logfiles in an incorrect directory.
This commit changes the log directory in foundry_context_get_logs() so
that logs from the correct directory are returned.
include/context.sh