pool_debug
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");
pool_debug(pool, SOLV_ERROR, "%s\n", pool->errstr);
extern void pool_debug(Pool *pool, int type, const char *format, ...) __attribute__((format(printf, 3, 4)));
#define POOL_DEBUG(type, ...) do {if ((pool->debugmask & (type)) != 0) pool_debug(pool, (type), __VA_ARGS__);} while (0)
pool_debug(data->repo->pool, SOLV_FATAL, "fixarray substructs with different schemas\n");
pool_debug(data->repo->pool, SOLV_FATAL, "don't know how to handle type %d\n", key->type);
pool_debug(data->repo->pool, SOLV_FATAL, "Inconsistent old data (key occured twice).\n");