Don't put a newline in debug output

This commit is contained in:
Rémy Coutable 2011-09-05 10:39:56 +02:00
parent dc9bddf02e
commit 330493a572

View File

@ -35,7 +35,7 @@ module Guard
event
end.to_sym
UI.debug "\nHook :#{hook_name} executed for #{self.class}"
UI.debug "Hook :#{hook_name} executed for #{self.class}"
Hook.notify(self.class, hook_name, *args)
end