mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
only debug parser info
This commit is contained in:
@@ -29,6 +29,8 @@ int main(int argc, char *argv[]) {
|
||||
int err;
|
||||
char *perr;
|
||||
|
||||
err_setdebugmask("parser");
|
||||
|
||||
while((option = getopt(argc, argv, "d:t:c:")) != -1) {
|
||||
switch(option) {
|
||||
case 'c':
|
||||
|
||||
Reference in New Issue
Block a user