Skip to content

Commit

Permalink
Remove leftovers of removed logging options.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed Oct 4, 2013
1 parent c0e202e commit 12cdf23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion rpm/sensord.service
Expand Up @@ -6,7 +6,7 @@ Requires=dbus.socket
[Service]
Type=forking
ExecStartPre=/bin/sh /usr/bin/sensord-daemon-conf-setup
ExecStart=/usr/sbin/sensord -c=/etc/sensorfw/primaryuse.conf -d --log-target=8 --log-level=warning
ExecStart=/usr/sbin/sensord -c=/etc/sensorfw/primaryuse.conf -d --log-level=warning
ExecReload=/bin/kill -HUP $MAINPID

[Install]
Expand Down
2 changes: 0 additions & 2 deletions tests/testapp/main.cpp
Expand Up @@ -74,8 +74,6 @@ void printUsage()
qDebug() << " can also be notched up by sending SIGUSR1 to";
qDebug() << " the process. Valid values for N are: 'test',";
qDebug() << " 'debug', 'warning', 'critical'.\n";
qDebug() << " --log-target=N logging target mask (1=stdout, 2=stderr, 4=file, 8=syslog and combos e.g. 3=stdout|stderr\n";
qDebug() << " --log-file-path=P Log file path\n";
qDebug() << " -c=P, --config-file=P Load configuration from P. By default";
qDebug() << " /usr/share/sensorfw-tests/testapp.conf is used.\n";
qDebug() << " -m=N --model=N Start clients in single thread model or multithread mode. (1=single thread(default), 2=multithread)\n";
Expand Down

0 comments on commit 12cdf23

Please sign in to comment.