formatting
This commit is contained in:
+2
-2
@@ -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
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user