diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-02-27 00:04:59 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-02-27 00:04:59 +0000 |
commit | 1d17f86a1998066ac0063256e96f6f36efa291f6 (patch) | |
tree | cc3ec198b2c0384b9027a9153bf89b9f14f7e65e /loader2/selinux.c | |
parent | 4d9960c6852ac510c851d62ce28a8661a796fdd9 (diff) | |
download | anaconda-1d17f86a1998066ac0063256e96f6f36efa291f6.tar.gz anaconda-1d17f86a1998066ac0063256e96f6f36efa291f6.tar.xz anaconda-1d17f86a1998066ac0063256e96f6f36efa291f6.zip |
more debugging
Diffstat (limited to 'loader2/selinux.c')
-rw-r--r-- | loader2/selinux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/selinux.c b/loader2/selinux.c index 6f0843d52..f4633b6ff 100644 --- a/loader2/selinux.c +++ b/loader2/selinux.c @@ -39,6 +39,7 @@ static char * getpolicyver() { buf = malloc(128); if ((read(fd, buf, 128)) == -1) { + logMessage("error getting policy version: %s", strerror(errno)); free(buf); close(fd); return NULL; |