base/init.sh: use info() instead of vinfo() for version info
authorHarald Hoyer <harald@redhat.com>
Tue, 29 May 2012 08:18:20 +0000 (10:18 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 May 2012 08:19:02 +0000 (10:19 +0200)
Thanks to Cong Wang for the hint

modules.d/99base/init.sh

index b20abc4..272b343 100755 (executable)
@@ -90,7 +90,7 @@ else
 fi
 
 [ -f /etc/initrd-release ] && . /etc/initrd-release
-[ -n "$VERSION" ] && vinfo "dracut-$VERSION"
+[ -n "$VERSION" ] && info "dracut-$VERSION"
 
 source_conf /etc/conf.d