On Friday 05 August 2005 20:03, Stefan Seyfried wrote: > still some of the messages are too long for my terminal, but it is a big > better. Also i wondered if it really makes sense to _not_ print function > and linenumber at levels info and debug, since if you need this great > detail, the function and linenumber would fit in well.
I wondered also. I would prefer also to know the file. Something like this: syslog(LOG_ERR, "[E] %s:%d: %s", string, __FILE__, __LINE__, __FUNCTION__, ## args) > In fact, there are already many debug messages of the type > > pDebug(DBG_DEBUG, "%s", __FUNCTION__); > > so this is apparently actually needed ;-) > > If there are no objections, i'd like something like this to get in. Come on! ;-) Danny _______________________________________________ powersave-devel mailing list [email protected] http://forge.novell.com/mailman/listinfo/powersave-devel
