summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-09-08 03:49:33 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-09-09 01:32:12 -0400
commite08e605c85a1f62f4b6b83f5404457f5dc55654a (patch)
tree46ff725d9f2632a896fb303e201258f644e032c9 /src/main.cpp
parent99fdbb2539227cec4fab534efc7420cfc5ca1a92 (diff)
added missing include guards
log free space on drives involved in paths
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b5568fec..04bc423b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -577,8 +577,7 @@ int runApplication(MOApplication &application, SingleInstance &instance,
OrganizerCore::setGlobalCrashDumpsType(settings.diagnostics().crashDumpsType());
env::Environment env;
-
- env.dump();
+ env.dump(settings);
settings.dump();
sanityChecks(env);