Fixed nested call expressions order in sequence diagrams

This commit is contained in:
Bartek Kryza
2022-12-16 21:16:14 +01:00
parent 4f95f426f1
commit 35554a2ec0
6 changed files with 100 additions and 17 deletions

View File

@@ -319,7 +319,7 @@ int main(int argc, char *argv[])
if (returnCode != 0)
return returnCode;
clanguml::util::setup_logging(debug_log);
clanguml::util::setup_logging(debug_log ? 3 : 1);
return session.run();
}