hello.  Is it sufficient to do something like:

if (cold) {
        aprint_error("...");
} else {
        printf("...");
}

or, is that what your new pending variable is supposed to help with?
-thanks
-Brian

Reply via email to