chiark / gitweb /
always include config.h from Makefile
[elogind.git] / udev / lib / libudev-util.c
index 7053a2f82554726508bd39110f526233b7a1259d..7eadc7f2961270842691b12b0b223dee5174a095 100644 (file)
@@ -17,8 +17,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "config.h"
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
@@ -50,6 +48,7 @@ static ssize_t get_sys_link(struct udev *udev, const char *slink, const char *sy
        if (pos == NULL)
                return -1;
        pos = &pos[1];
+       info(udev, "resolved link to: '%s'\n", pos);
        return util_strlcpy(subsystem, pos, size);
 }