summaryrefslogtreecommitdiffstats
path: root/loader2/log.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-154/+0
|
* Expose the log file descriptors so fwloader can avoid closing them whenPeter Jones2008-04-171-7/+10
| | | | it daemonizes.
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+16
|
* * loader2/log.c (logMessageV): Fix argument order for va_copy()David Cantrell2006-07-181-7/+9
| | | | | calls. * loader2/log.c: Cleaned up some indentation.
* - make nashHotplugLogger use logMessageV()Peter Jones2006-07-181-9/+18
|
* Pass the debug log level to pumpDhcpClassRun (markmc, #197175).Chris Lumens2006-06-291-0/+4
|
* * loader2/log.c: Removed vaLogMessage() and made logMessage() whatDavid Cantrell2006-06-141-7/+10
| | | | | | | | it was in a past life. * loader2/log.h: Removed vaLogMessage() prototype. * loader2/net.c (netlogger): Make a buffer of an arbitrary size, cram the va_list in to that using vsnprintf(), pass to logMessage().
* * loader2/log.c: Added vaLogMessage() to take va_list argument, makeDavid Cantrell2006-06-131-11/+8
| | | | | | logMessage() call this function. * loader2/log.c: vaLogMessage() prototype. * loader2/net.c (netlogger): Call vaLogMessage instead of logMessage().
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-1/+1
| | | | | * anaconda_log.py (DEFAULT_LEVEL): Back to info for default. * loader2/log.c: Likewise.
* Log everything to /tmp/anaconda.log.Chris Lumens2005-11-091-26/+26
|
* Set minimum logging level to WARNING.Chris Lumens2005-10-271-1/+1
|
* Accept loglevel= command line parameter. Keep log that loader started onChris Lumens2005-08-151-1/+1
| | | | tty3 going when we get to pythonland.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-9/+42
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* Don't write to the same file twice.Chris Lumens2005-08-121-6/+6
|
* get rid of lots of crapPeter Jones2005-06-161-38/+36
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+98
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd