mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 16:25:03 -05:00
only debug parser info
This commit is contained in:
parent
2882146e62
commit
9612a26af6
@ -28,7 +28,9 @@ int main(int argc, char *argv[]) {
|
|||||||
int size;
|
int size;
|
||||||
int err;
|
int err;
|
||||||
char *perr;
|
char *perr;
|
||||||
|
|
||||||
|
err_setdebugmask("parser");
|
||||||
|
|
||||||
while((option = getopt(argc, argv, "d:t:c:")) != -1) {
|
while((option = getopt(argc, argv, "d:t:c:")) != -1) {
|
||||||
switch(option) {
|
switch(option) {
|
||||||
case 'c':
|
case 'c':
|
||||||
|
Loading…
Reference in New Issue
Block a user