From e22dc272182a44d03452c9ef44198c8173053839 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 7 Aug 2019 15:56:38 -0700 Subject: Improve log formatting for file searches --- alc/helpers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alc') diff --git a/alc/helpers.cpp b/alc/helpers.cpp index 2174de05..d1401c3c 100644 --- a/alc/helpers.cpp +++ b/alc/helpers.cpp @@ -516,7 +516,7 @@ static void DirectorySearch(const char *path, const char *ext, al::vectord_name; - TRACE("Got result %s\n", str.c_str()); + TRACE(" got %s\n", str.c_str()); } closedir(dir); -- cgit v1.2.3