Change wording in layout logging

This commit is contained in:
Thibault Jouan 2015-04-20 05:23:57 +00:00
parent bdbeca399a
commit ae2beeac20

View File

@ -110,7 +110,7 @@ module Uh
layout.register display
end
@events.on :manage do |client|
log "Manage client #{client}"
log "Managing client #{client}"
layout << client
end
end