Output actual directory in einfo message.
authorUlrich Müller <ulm@gentoo.org>
Thu, 22 Sep 2011 08:13:09 +0000 (08:13 +0000)
committerUlrich Müller <ulm@gentoo.org>
Thu, 22 Sep 2011 08:13:09 +0000 (08:13 +0000)
eclass/bzr.eclass

index 05290113e3c7e41637c3fbe07ba2fc53ffc2dfae..4c17f4c9121db787a07c54aa33e498c6892b6078 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.16 2011/09/02 21:26:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.17 2011/09/22 08:13:09 ulm Exp $
 #
 # @ECLASS: bzr.eclass
 # @MAINTAINER:
@@ -233,7 +233,7 @@ bzr_fetch() {
 
        if [[ ! -d ${branch_dir}/.bzr ]]; then
                if [[ ${repo_dir} != "${branch_dir}" && ! -d ${repo_dir}/.bzr ]]; then
-                       einfo "creating shared bzr repository"
+                       einfo "creating shared bzr repository: ${repo_dir}"
                        ${EBZR_INIT_REPO_CMD} "${repo_dir}" \
                                || die "${EBZR}: can't create shared repository"
                fi