summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xacid/cyche-source2
1 files changed, 1 insertions, 1 deletions
diff --git a/acid/cyche-source b/acid/cyche-source
index 8d80c9c..ee4caca 100755
--- a/acid/cyche-source
+++ b/acid/cyche-source
@@ -54,7 +54,7 @@ if [ "$prev" != "$next" ]; then
git clean -xffd >/dev/null 2>&1
git checkout "$next" >/dev/null 2>&1
- git submodule update --init --recursive >/dev/null 2>&1
+ git submodule update --init --recursive >&2
echo -n "Checked out " >&2
git log -1 --oneline --no-abbrev-commit --no-decorate >&2