Commit: c472c10aa479f9acb05e2ef9e43b3fe32d70bcc4
Author: Mateusz Grzeliński
Date: Tue Aug 4 12:23:25 2020 +0200
Branches: soc-2020-info-editor
https://developer.blender.org/rBc472c10aa479f9acb05e2ef9e43b3fe32d70bcc4
Clog: increase verbosity
===================================================================
M source/blender/blenkernel/intern/appdir.c
===================================================================
diff --git a/source/blender/blenkernel/intern/appdir.c
b/source/blender/blenkernel/intern/appdir.c
index 472cae75f00..4805257c76f 100644
--- a/source/blender/blenkernel/intern/appdir.c
+++ b/source/blender/blenkernel/intern/appdir.c
@@ -147,11 +147,11 @@ static bool test_path(char *targetpath,
* if folder_name is specified but not otherwise? */
if (BLI_is_dir(targetpath)) {
- CLOG_VERBOSE(&LOG, 1, "\tfound: %s", targetpath);
+ CLOG_VERBOSE(&LOG, 10, "\tfound: %s", targetpath);
return true;
}
- CLOG_VERBOSE(&LOG, 1, "\tmissing: %s", targetpath);
+ CLOG_VERBOSE(&LOG, 20, "\tmissing: %s", targetpath);
// targetpath[0] = '\0';
return false;
}
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs