commit 83dac130825b2ba25a349aed031e60ddbb8e9158 parent 338f45b4186319653a70f5f536a6140af4544c1b Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:10:52 +0200 log error if a directory cannot be opened Diffstat:
M | source/synthLib/os.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/synthLib/os.cpp b/source/synthLib/os.cpp @@ -186,6 +186,7 @@ namespace synthLib } else { + LOG("Failed to open directory " << _folder << ", error " << errno); return false; } #else