Add timestamps to print_good() too
git-svn-id: file:///home/svn/framework3/trunk@9011 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8d6f934570
commit
756c981c2b
|
@ -181,6 +181,9 @@ class Module
|
||||||
super(print_prefix + msg)
|
super(print_prefix + msg)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def print_good(msg='')
|
||||||
|
super(print_prefix + msg)
|
||||||
|
end
|
||||||
#
|
#
|
||||||
# Returns the module's framework full reference name. This is the
|
# Returns the module's framework full reference name. This is the
|
||||||
# short name that end-users work with (refname) plus the type
|
# short name that end-users work with (refname) plus the type
|
||||||
|
|
Loading…
Reference in New Issue