• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/

Lines Matching refs:DPRINTF

114 		DPRINTF(E_ERROR, L_GENERAL, "socket(http): %s\n", strerror(errno));
120 DPRINTF(E_WARN, L_GENERAL, "setsockopt(http, SO_REUSEADDR): %s\n", strerror(errno));
130 DPRINTF(E_ERROR, L_GENERAL, "bind(http): %s\n", strerror(errno));
137 DPRINTF(E_ERROR, L_GENERAL, "listen(http): %s\n", strerror(errno));
153 DPRINTF(E_WARN, L_GENERAL, "received signal %d, good-bye\n", sig);
190 DPRINTF(E_OFF, L_GENERAL, "Error parsing address/mask: %s\n", str);
197 DPRINTF(E_OFF, L_GENERAL, "Error parsing address: %s\n", str);
319 DPRINTF(E_FATAL, L_GENERAL, "ERROR: Failed to open sqlite database! Exiting...\n");
371 DPRINTF(E_OFF, L_GENERAL, "No MAC address found. Falling back to generic UUID.\n");
389 DPRINTF(E_ERROR, L_GENERAL, "Error reading configuration file %s\n", optionsfile);
411 DPRINTF(E_ERROR, L_GENERAL, "Too many listening ips (max: %d), ignoring %s\n",
425 DPRINTF(E_ERROR, L_GENERAL, "Too many listening ips (max: %d), ignoring %s\n",
474 DPRINTF(E_ERROR, L_GENERAL, "Media directory \"%s\" not accessible! [%s]\n",
494 DPRINTF(E_ERROR, L_GENERAL, "Media directory entry not understood! [%s]\n",
530 DPRINTF(E_FATAL, L_GENERAL, "Database path not accessible! [%s]\n", path);
542 DPRINTF(E_FATAL, L_GENERAL, "Log path not accessible! [%s]\n", path);
585 DPRINTF(E_ERROR, L_GENERAL, "Invalid root container! [%s]\n",
594 DPRINTF(E_DEBUG, L_GENERAL, "Unknown option in file %s\n",
614 DPRINTF(E_ERROR, L_GENERAL, "Unknown option: %s\n", argv[i]);
627 DPRINTF(E_ERROR, L_GENERAL, "Option -%c takes one argument.\n", argv[i][1]);
633 DPRINTF(E_ERROR, L_GENERAL, "Option -%c takes one argument.\n", argv[i][1]);
639 DPRINTF(E_ERROR, L_GENERAL, "Option -%c takes one argument.\n", argv[i][1]);
645 DPRINTF(E_ERROR, L_GENERAL, "Option -%c takes one argument.\n", argv[i][1]);
651 DPRINTF(E_ERROR, L_GENERAL, "Option -%c takes one argument.\n", argv[i][1]);
665 DPRINTF(E_ERROR, L_GENERAL, "Option -%c takes one argument.\n", argv[i][1]);
689 DPRINTF(E_ERROR, L_GENERAL, "Too many listening ips (max: %d), ignoring %s\n",
694 DPRINTF(E_ERROR, L_GENERAL, "Option -%c takes one argument.\n", argv[i][1]);
704 DPRINTF(E_FATAL, L_GENERAL, "Required network interface '%s' not found.\n",
723 DPRINTF(E_ERROR, L_GENERAL, "Too many listening ips (max: %d), ignoring %s\n",
728 DPRINTF(E_ERROR, L_GENERAL, "Option -%c takes one argument.\n", argv[i][1]);
739 DPRINTF(E_WARN, L_GENERAL, "Failed to clean old file cache.\n");
746 DPRINTF(E_ERROR, L_GENERAL, "Unknown option: %s\n", argv[i]);
758 DPRINTF(E_OFF, L_GENERAL, "No IP address automatically detected!\n");
768 DPRINTF(E_ERROR, L_GENERAL, "Usage:\n\t"
816 DPRINTF(E_ERROR, L_GENERAL, "MiniDLNA is already running. EXITING.\n");
833 DPRINTF(E_FATAL, L_GENERAL, "Failed to set SIGTERM handler. EXITING.\n");
837 DPRINTF(E_FATAL, L_GENERAL, "Failed to set SIGINT handler. EXITING.\n");
841 DPRINTF(E_FATAL, L_GENERAL, "Failed to ignore SIGPIPE signals. EXITING.\n");
882 DPRINTF(E_DEBUG, L_GENERAL, "Using locale dir %s\n", bindtextdomain("minidlna", getenv("TEXTDOMAINDIR")));
890 DPRINTF(E_WARN, L_GENERAL, "Starting " SERVER_NAME " version " MINIDLNA_VERSION ".\n");
893 DPRINTF(E_WARN, L_GENERAL, "Starting " SERVER_NAME " version " MINIDLNA_VERSION " [SQLite %s].\n", sqlite3_libversion());
896 DPRINTF(E_ERROR, L_GENERAL, "SQLite library is not threadsafe! "
902 DPRINTF(E_WARN, L_GENERAL, "SQLite library is old. Please use version 3.5.1 or newer.\n");
917 DPRINTF(E_WARN, L_GENERAL, "Creating new database...\n");
921 DPRINTF(E_WARN, L_GENERAL, "Database version mismatch; need to recreate...\n");
932 DPRINTF(E_WARN, L_GENERAL, "Failed to clean old file cache.\n");
939 DPRINTF(E_FATAL, L_GENERAL, "ERROR: Failed to create sqlite database! Exiting...\n");
978 DPRINTF(E_FATAL, L_GENERAL, "ERROR: pthread_create() failed for start_inotify.\n");
983 DPRINTF(E_INFO, L_GENERAL, "Enabled interface %s/%s\n",
991 DPRINTF(E_INFO, L_GENERAL, "Failed to open socket for receiving SSDP. Trying to use MiniSSDPd\n");
993 DPRINTF(E_FATAL, L_GENERAL, "Failed to connect to MiniSSDPd. EXITING");
1001 DPRINTF(E_FATAL, L_GENERAL, "Failed to open socket for HTTP. EXITING\n");
1003 DPRINTF(E_WARN, L_GENERAL, "HTTP listening on port %d\n", runtime_vars.port);
1008 DPRINTF(E_FATAL, L_GENERAL, "Failed to open sockets for sending SSDP notify "
1015 DPRINTF(E_WARN, L_GENERAL, "TiVo support is enabled.\n");
1019 DPRINTF(E_ERROR, L_TIVO, "ERROR: Failed to add sqlite randomize function for TiVo!\n");
1025 DPRINTF(E_FATAL, L_GENERAL, "Failed to open sockets for sending Tivo beacon notify "
1047 DPRINTF(E_ERROR, L_GENERAL, "gettimeofday(): %s\n", strerror(errno));
1149 DPRINTF(E_DEBUG, L_GENERAL, "%d active incoming HTTP connections\n", i);
1158 DPRINTF(E_ERROR, L_GENERAL, "select(all): %s\n", strerror(errno));
1159 DPRINTF(E_FATAL, L_GENERAL, "Failed to select open sockets. EXITING\n");
1165 /*DPRINTF(E_DEBUG, L_GENERAL, "Received UDP Packet\n");*/
1171 /*DPRINTF(E_DEBUG, L_GENERAL, "Received UDP Packet\n");*/
1210 DPRINTF(E_ERROR, L_GENERAL, "accept(http): %s\n", strerror(errno));
1215 DPRINTF(E_DEBUG, L_GENERAL, "HTTP connection from %s:%d\n",
1219 DPRINTF(E_ERROR, L_GENERAL, "fcntl F_SETFL, O_NONBLOCK\n");
1231 DPRINTF(E_ERROR, L_GENERAL, "New_upnphttp() failed\n");
1272 DPRINTF(E_ERROR, L_GENERAL, "Failed to broadcast good-bye notifications\n");
1304 DPRINTF(E_ERROR, L_GENERAL, "Failed to remove pidfile %s: %s\n", pidfilename, strerror(errno));