summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ee11136)
raw | patch | inline | side by side (parent: ee11136)
author | octo <octo> | |
Thu, 15 Jun 2006 20:28:20 +0000 (20:28 +0000) | ||
committer | octo <octo> | |
Thu, 15 Jun 2006 20:28:20 +0000 (20:28 +0000) |
Shouldn't happen, but one ought to know if it does.
src/swap.c | patch | blob | history |
diff --git a/src/swap.c b/src/swap.c
index 86df6f753c589166ec92ddf02e62176c45c8f319..1595cdecbcaee1831504a891bb70ebef11286fea 100644 (file)
--- a/src/swap.c
+++ b/src/swap.c
struct anoninfo ai;
if (swapctl (SC_AINFO, &ai) == -1)
+ {
+ syslog (LOG_ERR, "swap plugin: swapctl failed: %s",
+ strerror (errno));
return;
+ }
/*
* Calculations from: