formatting

This commit is contained in:
john30
2017-11-12 17:36:02 +01:00
parent 77d2a805b1
commit 35767fb2e3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1191,8 +1191,8 @@ int main(int argc, char* argv[]) {
signal(SIGTERM, signalHandler);
logNotice(lf_main, PACKAGE_STRING "." REVISION " started%s",
opt.scanConfig ? opt.initialScan==ESC ? " with scan" : opt.initialScan==BROADCAST ? " with broadcast scan"
: opt.initialScan==SYN ? " with full scan" : " with single scan" : "");
opt.scanConfig ? opt.initialScan == ESC ? " with scan" : opt.initialScan == BROADCAST ? " with broadcast scan"
: opt.initialScan == SYN ? " with full scan" : " with single scan" : "");
// load configuration files
loadConfigFiles(s_messageMap);
+1 -1
View File
@@ -69,7 +69,7 @@ struct options {
bool localOnly; //!< listen on 127.0.0.1 interface only
uint16_t httpPort; //!< optional port to listen for HTTP connections, 0 to disable [0]
const char* htmlPath; //!< path for HTML files served by the HTTP port [/var/ebusd/html]
bool updateCheck; //!< perform automatic update check
bool updateCheck; //!< perform automatic update check
const char* logFile; //!< log file name [/var/log/ebusd.log]
int logAreas; //!< log areas [all]