Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'jb38525_journal_spam' into 'master'
Browse files Browse the repository at this point in the history
Reduce journal spam

See merge request !15
  • Loading branch information
spiiroin committed May 2, 2017
2 parents bd7fed3 + 6ca7e24 commit 4b47323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rpm/sensorfwd.service
Expand Up @@ -6,7 +6,6 @@ Conflicts=actdead.target

[Service]
Type=forking
BusName=com.nokia.SensorService
ExecStart=/usr/sbin/sensorfwd -c=/etc/sensorfw/primaryuse.conf -d --log-level=warning --no-magnetometer-bg-calibration
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
Expand Down
2 changes: 1 addition & 1 deletion sensord/main.cpp
Expand Up @@ -146,7 +146,7 @@ int main(int argc, char *argv[])
sensordLogC() << "Failed to create a daemon: " << strerror(errno);
exit(EXIT_FAILURE);
} else if (pid > 0) {
sensordLogW() << "Created a daemon";
sensordLogD() << "Created a daemon";
_exit(EXIT_SUCCESS);
}
}
Expand Down

0 comments on commit 4b47323

Please sign in to comment.