summaryrefslogtreecommitdiff
path: root/src/core/procedures
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-02-28 13:22:21 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-02-28 13:22:21 +0100
commit8be65c346aa8ca9c7650f935ad608a82250d9a0d (patch)
treeadc275b4254deff5f8c5fdf57593633636fac8a4 /src/core/procedures
parenta3fe8a1317794b5ca644a12c45d3f98788b10a9d (diff)
support for debug categories
Diffstat (limited to 'src/core/procedures')
-rw-r--r--src/core/procedures/interactive2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 051d187..46bd6d7 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -114,7 +114,7 @@ worker_configure_system()
# /etc/pacman.d/mirrorlist
# add installer-selected mirror to the top of the mirrorlist
if [ "$var_PKG_SOURCE_TYPE" = "ftp" -a "${var_SYNC_URL}" != "" ]; then
- debug "Adding choosen mirror (${var_SYNC_URL}) to ${var_TARGET_DIR}/$var_MIRRORLIST"
+ debug 'PROCEDURE' "Adding choosen mirror (${var_SYNC_URL}) to ${var_TARGET_DIR}/$var_MIRRORLIST"
mirrorlist=`awk "BEGIN { printf(\"# Mirror used during installation\nServer = "${var_SYNC_URL}"\n\n\") } 1 " "${var_TARGET_DIR}/$var_MIRRORLIST"`
echo "$mirrorlist" > "${var_TARGET_DIR}/$var_MIRRORLIST" #TODO: test this, this may not work
fi