diff --git a/lib/rbpkg.rb b/lib/rbpkg.rb
index ee41d0b..a5399cc 100644
--- a/lib/rbpkg.rb
+++ b/lib/rbpkg.rb
@@ -54,6 +54,7 @@ module Rbpkg
end
def self.ci_mux
+ verbose(3, "Rbpkg.ci_mux")
status = {}
Dir.chdir("#{ci_dir}/status") do
Dir["*/*"].each do |d|