]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge branch 'refs/heads/t/ll'
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 Sep 2022 14:28:33 +0000 (16:28 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 Sep 2022 14:35:09 +0000 (16:35 +0200)
commit5967ac5353739c3ff571dd12d4c6814fa8493ad8
tree520663fc4c92a960b195dd50b3e5e36df5f1f2e9
parentb142089267ef501e438c3dc77ecf19bead3d4e58
parent15fde2fd9f9e668b267ab4cfd9fc10db37804dcf
Merge branch 'refs/heads/t/ll'

Two little cleanups related to the logging facility and two commits
which add the ll command to para_server and para_audiod.

The merge resulted in a conflict in afs.c due to the earlier merge of
the poll topic branch which replaced all calls to select() by calls
to poll(). The implementation of the ll server command introduced a
new caller of select(), afs_select(), which needs to be replaced by
afs_poll() to resolve the conflict.

* refs/heads/t/ll:
  New server command: ll to change the log level at runtime.
  New audiod command: ll to change the log level at runtime.
  daemon: Kill get_loglevel_by_name().
  server/audiod: Don't parse loglevel argument unnecessarily.
13 files changed:
NEWS.md
afs.c
audioc.c
audiod.c
audiod_command.c
client.c
command.c
error.h
interactive.c
interactive.h
server.c
string.c
string.h