diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-04-02 19:43:17 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-04-02 19:43:17 +0000 |
commit | 36dbd3987b8e8503f318872da6028a7c2d1d431b (patch) | |
tree | 39fe1cd6c7eeea7a35a4fdc20ac3317d620d4d61 | |
parent | 463bd1d6508d073aae7850a30863e06f05e15d5f (diff) | |
download | iurt-36dbd3987b8e8503f318872da6028a7c2d1d431b.tar iurt-36dbd3987b8e8503f318872da6028a7c2d1d431b.tar.gz iurt-36dbd3987b8e8503f318872da6028a7c2d1d431b.tar.bz2 iurt-36dbd3987b8e8503f318872da6028a7c2d1d431b.tar.xz iurt-36dbd3987b8e8503f318872da6028a7c2d1d431b.zip |
print source package name instead of internal name
-rw-r--r-- | lib/Iurt/DKMS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/DKMS.pm b/lib/Iurt/DKMS.pm index a7993ef..1c028be 100644 --- a/lib/Iurt/DKMS.pm +++ b/lib/Iurt/DKMS.pm @@ -135,7 +135,7 @@ sub search_dkms { plog('ERR', "ERROR: no source for kernel $kernel (tried " . join(", ", @choices) . ")"); next; } - plog("dkms module $module version $version should be compiled for kernel $kernel ($source)"); + plog("dkms module $module version $version should be compiled for kernel $kernel ($kernel_source{$source}[0])"); $nb++; push @{$run->{dkms_todo}}, [ $module, $version, $modulesourcedir, $realmodule, $realversion, $file, $kernel, $modulesdir, @{$kernel_source{$source}}, $media ]; } |