mirror of https://github.com/nymea/nymea.git
Fix comments
parent
b1da5b4327
commit
95e71b47b8
|
|
@ -177,8 +177,8 @@ int main(int argc, char *argv[])
|
||||||
* 2. Enable all debug categories if requested from command line (-p)
|
* 2. Enable all debug categories if requested from command line (-p)
|
||||||
* 3. The stored categories from the nymead.conf will be appended
|
* 3. The stored categories from the nymead.conf will be appended
|
||||||
* 4. Add the individual command line params will be added (-d)
|
* 4. Add the individual command line params will be added (-d)
|
||||||
* 4. QT_LOGGING_CONF
|
* 5. QT_LOGGING_CONF
|
||||||
* 5. QT_LOGGING_RULES
|
* 6. QT_LOGGING_RULES
|
||||||
*
|
*
|
||||||
* The final filter rules will be set.
|
* The final filter rules will be set.
|
||||||
*/
|
*/
|
||||||
|
|
@ -202,7 +202,7 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
nymeaSettings.endGroup();
|
nymeaSettings.endGroup();
|
||||||
|
|
||||||
// Add the individual command line params will be added (-d)
|
// 4. Add the individual command line params will be added (-d)
|
||||||
foreach (QString debugArea, parser.values(debugOption)) {
|
foreach (QString debugArea, parser.values(debugOption)) {
|
||||||
bool enable = !debugArea.startsWith("No");
|
bool enable = !debugArea.startsWith("No");
|
||||||
bool isWarning = debugArea.endsWith("Warnings");
|
bool isWarning = debugArea.endsWith("Warnings");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue