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

Lines Matching refs:DPRINTF

73 		DPRINTF(E_ERROR, L_GENERAL, "socket(http): %s\n", strerror(errno));
79 DPRINTF(E_WARN, L_GENERAL, "setsockopt(http, SO_REUSEADDR): %s\n", strerror(errno));
89 DPRINTF(E_ERROR, L_GENERAL, "bind(http): %s\n", strerror(errno));
96 DPRINTF(E_ERROR, L_GENERAL, "listen(http): %s\n", strerror(errno));
112 DPRINTF(E_WARN, L_GENERAL, "received signal %d, good-bye\n", sig);
149 DPRINTF(E_OFF, L_GENERAL, "Error parsing address/mask: %s\n", str);
156 DPRINTF(E_OFF, L_GENERAL, "Error parsing address/mask: %s\n", str);
214 DPRINTF(E_FATAL, L_GENERAL, "ERROR: Failed to open sqlite database! Exiting...\n");
264 DPRINTF(E_OFF, L_GENERAL, "No MAC address found. Falling back to generic UUID.\n");
405 DPRINTF(E_FATAL, L_GENERAL, "Database path not accessible! [%s]\n", path);
576 DPRINTF(E_OFF, L_GENERAL, "No IP address automatically detected!\n");
631 DPRINTF(E_ERROR, L_GENERAL, "MiniDLNA is already running. EXITING.\n");
664 DPRINTF(E_FATAL, L_GENERAL, "Failed to set SIGTERM handler. EXITING.\n");
668 DPRINTF(E_FATAL, L_GENERAL, "Failed to set SIGINT handler. EXITING.\n");
672 DPRINTF(E_FATAL, L_GENERAL, "Failed to ignore SIGPIPE signals. EXITING.\n");
710 DPRINTF(E_WARN, L_GENERAL, "Starting ReadyDLNA version " MINIDLNA_VERSION ".\n");
713 DPRINTF(E_WARN, L_GENERAL, "Starting MiniDLNA version " MINIDLNA_VERSION " [SQLite %s].\n", sqlite3_libversion());
716 DPRINTF(E_ERROR, L_GENERAL, "SQLite library is not threadsafe! "
722 DPRINTF(E_WARN, L_GENERAL, "SQLite library is old. Please use version 3.5.1 or newer.\n");
736 DPRINTF(E_WARN, L_GENERAL, "Creating new database...\n");
740 DPRINTF(E_WARN, L_GENERAL, "Database version mismatch; need to recreate...\n");
750 DPRINTF(E_FATAL, L_GENERAL, "ERROR: Failed to create sqlite database! Exiting...\n");
770 DPRINTF(E_FATAL, L_GENERAL, "ERROR: pthread_create() failed for start_inotify.\n");
776 DPRINTF(E_FATAL, L_GENERAL, "Failed to open socket for receiving SSDP. EXITING\n");
782 DPRINTF(E_FATAL, L_GENERAL, "Failed to open socket for HTTP. EXITING\n");
784 DPRINTF(E_WARN, L_GENERAL, "HTTP listening on port %d\n", runtime_vars.port);
789 DPRINTF(E_FATAL, L_GENERAL, "Failed to open sockets for sending SSDP notify "
796 DPRINTF(E_WARN, L_GENERAL, "TiVo support is enabled.\n");
800 DPRINTF(E_ERROR, L_TIVO, "ERROR: Failed to add sqlite randomize function for TiVo!\n");
806 DPRINTF(E_FATAL, L_GENERAL, "Failed to open sockets for sending Tivo beacon notify "
828 DPRINTF(E_ERROR, L_GENERAL, "gettimeofday(): %s\n", strerror(errno));
921 DPRINTF(E_DEBUG, L_GENERAL, "%d active incoming HTTP connections\n", i);
931 DPRINTF(E_ERROR, L_GENERAL, "select(all): %s\n", strerror(errno));
932 DPRINTF(E_FATAL, L_GENERAL, "Failed to select open sockets. EXITING\n");
938 /*DPRINTF(E_DEBUG, L_GENERAL, "Received UDP Packet\n");*/
972 DPRINTF(E_ERROR, L_GENERAL, "accept(http): %s\n", strerror(errno));
977 DPRINTF(E_DEBUG, L_GENERAL, "HTTP connection from %s:%d\n",
981 DPRINTF(E_ERROR, L_GENERAL, "fcntl F_SETFL, O_NONBLOCK");
993 DPRINTF(E_ERROR, L_GENERAL, "New_upnphttp() failed\n");
1033 DPRINTF(E_ERROR, L_GENERAL, "Failed to broadcast good-bye notifications\n");
1065 DPRINTF(E_ERROR, L_GENERAL, "Failed to remove pidfile %s: %s\n", pidfilename, strerror(errno));