aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/param.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-02-05 00:31:38 -0500
committerRalph Amissah <ralph@amissah.com>2014-02-05 00:31:38 -0500
commit62e27667a98e1daeb7b6dbbb788af58be6871a25 (patch)
treef843744c01e1aaf2caca3775af9e5a05d657d1f3 /lib/sisu/v5/param.rb
parentv5 v6: wrappers round require (diff)
v5 v6: error/warn messages
Diffstat (limited to 'lib/sisu/v5/param.rb')
-rw-r--r--lib/sisu/v5/param.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sisu/v5/param.rb b/lib/sisu/v5/param.rb
index ad29ff92..ba75bfb0 100644
--- a/lib/sisu/v5/param.rb
+++ b/lib/sisu/v5/param.rb
@@ -99,8 +99,7 @@ module SiSU_Param
# you may need to change Dir.pwd to @opt.f_pth[:pth] where the latter
# has a path value that is different, however, f_pth is not always set!
Dir.chdir(@opt.f_pth[:pth])
- p '-- bug alert -- '
- p __FILE__ + ':' + __LINE__.to_s
+ SiSU_Utils::CodeMarker.new(__LINE__,__FILE__,:fuchsia).error('-- bug alert --')
p 'f_pth ' + @opt.f_pth[:pth]
p 'pwd ' + Dir.pwd
end