SOLV_ERROR
pool_debug(pool, SOLV_ERROR, "setpoolflags: unknown flag '%.*s'\n", (int)(p - s), s);
pool_debug(solv->pool, SOLV_ERROR, "setsolverflags: unknown flag '%.*s'\n", (int)(p - s), s);
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: could not create directory '%s'\n", dir);
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: could not open '%s' for writing\n", out);
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: write error\n");
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: could not open '%s' for writing\n", out);
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: write error\n");
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: write error\n");
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: could not open '%s' for writing\n", out);
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: write error\n");
pool_debug(solv->pool, SOLV_ERROR, "testcase_write: write error\n");
pool_debug(pool, SOLV_ERROR, "result: unknown flag '%s'\n", s);
pool_debug(pool, SOLV_ERROR, "testcase_read: could not open '%s'\n", testcase);
pool_debug(pool, SOLV_ERROR, "testcase_read: could not open '%s'\n", rdata);
pool_debug(pool, SOLV_ERROR, "testcase_read: unknown repo type for repo '%s'\n", repo->name);
pool_debug(pool, SOLV_ERROR, "testcase_read: system: unknown disttype '%s'\n", pieces[2]);
pool_debug(pool, SOLV_ERROR, "testcase_read: system: cannot change disttype to '%s'\n", pieces[2]);
pool_debug(pool, SOLV_ERROR, "testcase_read: system: unknown repo '%s'\n", pieces[3]);
pool_debug(pool, SOLV_ERROR, "testcase_read: bad namespace '%s'\n", pieces[1]);
pool_debug(pool, SOLV_ERROR, "testcase_read: could not open '%s'\n", rdata);
pool_debug(pool, SOLV_ERROR, "testcase_read: cannot parse command '%s'\n", pieces[0]);
pool_debug(pool, SOLV_ERROR, "str2job: unknown selection flag '%s'\n", s);
pool_debug(pool, SOLV_ERROR, "str2job: unknown job flag '%s'\n", s);
pool_debug(pool, SOLV_ERROR, "str2job: bad line '%s'\n", str);
pool_debug(pool, SOLV_ERROR, "str2job: unknown job '%s'\n", str);
pool_debug(pool, SOLV_ERROR, "str2job: bad pkg selector in '%s'\n", str);
pool_debug(pool, SOLV_ERROR, "str2job: unknown package '%s'\n", pieces[2]);
pool_debug(pool, SOLV_ERROR, "str2job: unknown package '%s'\n", pieces[i]);
pool_debug(pool, SOLV_ERROR, "str2job: bad line '%s'\n", str);
pool_debug(pool, SOLV_ERROR, "str2job: unknown repo '%s'\n", pieces[2]);
pool_debug(pool, SOLV_ERROR, "str2job: bad line '%s'\n", str);
pool_debug(pool, SOLV_ERROR, "str2job: unknown selection in '%s'\n", str);
pool_debug(pool, SOLV_ERROR, "selstr2job: unknown job '%s'\n", pieces[0]);
pool_debug(pool, SOLV_ERROR, "selstr2job: no selection flags\n");
if ((type & (SOLV_FATAL|SOLV_ERROR)) == 0)
if ((type & (SOLV_FATAL|SOLV_ERROR)) == 0 && !(pool->debugmask & SOLV_DEBUG_TO_STDERR))
if (pool->debugmask & SOLV_ERROR)
pool_debug(pool, SOLV_ERROR, "%s\n", pool->errstr);
mask |= SOLV_DEBUG_STATS|SOLV_DEBUG_ANALYZE|SOLV_DEBUG_UNSOLVABLE|SOLV_DEBUG_SOLVER|SOLV_DEBUG_TRANSACTION|SOLV_ERROR;