Changeset 83e0b7126d13cff4dcb18a58a817102873a9ed29

Show
Ignore:
Timestamp:
06/10/2008 10:19:50 AM (2 months ago)
Author:
mitchell <mitchell@frost.(none)>
git-committer:
mitchell <mitchell@frost.(none)> 1213118390 -0400
git-parent:

[78421f892add396309eca26ddc56522b408c67ca]

git-author:
mitchell <mitchell@frost.(none)> 1213118390 -0400
Message:

More descriptive invalid polyglot error message.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ext/ohcount_native/ruby_binding.c

    r629f9ca r83e0b71  
    150150    } 
    151151  } 
    152   rb_raise(rb_eStandardError,"Polyglot name invalid"); 
     152  rb_raise(rb_eStandardError,"Polyglot name invalid: '%s'", polyglot_name); 
    153153  return Qnil; 
    154154}