From ff21761d927a15a3f04e381a90af57846f28a593 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 1 Sep 2020 16:51:12 +0200 Subject: [PATCH] Add log line for when attempting to read a local file Contributes to #8286 --- cura/CuraApplication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index bae212917a..0446400362 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -1725,7 +1725,7 @@ class CuraApplication(QtApplication): :param project_mode: How to handle project files. Either None(default): Follow user preference, "open_as_model" or "open_as_project". This parameter is only considered if the file is a project file. """ - + Logger.log("i", "Attempting to read file %s", file.toString()) if not file.isValid(): return