X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=namedev.c;h=782b73d0b9c8ce0add6b15ca1403646cf8a8231e;hp=d8dba345d1e998b3064e79244df5b67e0f7caef8;hb=149f210617e812922831e329c347095115585783;hpb=615e05f84a36b948959a01c58738f00109f9de0a diff --git a/namedev.c b/namedev.c index d8dba345d..782b73d0b 100644 --- a/namedev.c +++ b/namedev.c @@ -21,6 +21,8 @@ * */ +#undef DEBUG + #include #include #include @@ -530,7 +532,7 @@ label_found: } else { *temp = 0x00; temp = strrchr(path, '/'); - dbg("TOPOLOGY temp = '%s' id = '%s'", temp, dev->id); + dbg("NUMBERY temp = '%s' id = '%s'", temp, dev->id); if (strstr(temp, dev->id) != NULL) found = 1; }