aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgittorrentd2
1 files changed, 1 insertions, 1 deletions
diff --git a/gittorrentd b/gittorrentd
index cc60339..3a6c39c 100755
--- a/gittorrentd
+++ b/gittorrentd
@@ -77,7 +77,7 @@ function bpad (n, buf) {
dht.on('ready', function () {
// Spider all */.git dirs and announce all refs.
var repos = glob.sync('*/{,.git/}git-daemon-export-ok', {strict: false})
- console.log(repos)
+ console.log('found repos: ' + repos)
var count = repos.length
repos.forEach(function (repo) {
console.log('in repo ' + repo)