Searched refs:providerlog (Results 1 – 1 of 1) sorted by relevance
35 providerlog = logging.getLogger("BitBake.Provider") variable326 … providerlog.error("No space left on device or exceeds fs.inotify.max_user_watches?")327 … providerlog.error("To check max_user_watches: sysctl -n fs.inotify.max_user_watches.")328 … providerlog.error("To modify max_user_watches: sysctl -n -w fs.inotify.max_user_watches=<value>.")329 providerlog.error("Root privilege is required to modify max_user_watches.")1056 providerlog.critical("Malformed option in PREFERRED_PROVIDERS variable: %s" % p)1059 …providerlog.error("conflicting preferences for %s: both %s and %s specified", providee, provider, …