Bug-Debian: http://bugs.debian.org/684901
Bug-Debian: http://bugs.debian.org/684901
Gbp-Pq: Name verbose_missing_bin
idx = index_file_open(fn);
if (idx == NULL) {
- DBG(ctx, "could not open builtin file '%s'\n", fn);
+ ERR(ctx, "could not open builtin file '%s'\n", fn);
return NULL;
}
idx = index_file_open(fn);
if (idx == NULL) {
- DBG(ctx, "could not open moddep file '%s'\n", fn);
+ ERR(ctx, "could not open moddep file '%s'\n", fn);
return NULL;
}