]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - modulemanager
Tidy up some of the internals a bit, making things a bit more extensible and future...
[user/henk/code/inspircd.git] / modulemanager
index 53783762b7353d578ba424aa443ddb97e37a6fcc..4d9cba45694a2057fc9ce725b5d00cb1b28bcebb 100755 (executable)
@@ -167,7 +167,7 @@ sub resolve_deps {
                                my($depmod, $depvers) = ($1,$2);
                                next unless $todo{$depmod} && ver_in_range($todo{$depmod}, $depvers);
                                # if there are changes this round, maybe the conflict won't come up after they are resolved.
-                               $fail ||= "Cannot install: module $mod ($ver) conflicts with versions $depmod version $todo{depmod}";
+                               $fail ||= "Cannot install: module $mod ($ver) conflicts with $depmod version $todo{$depmod}";
                        }
                }
        }