On Thu, 10 Nov 2005 13:19:28 +0100, Patrick Leslie Polzer <[EMAIL PROTECTED]> wrote: > I coded a debugging framework similar to assertions and exceptions. > Have a look at it in include/parted/debug.h and libparted/debug.c. > > Usage: > > PED_DEBUG ( int loglevel, char* msg, ... );
In ped_debug, don't you want to call debug_handler instead of default_handler ? Guillaume _______________________________________________ Bug-parted mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-parted
