|
From: Vitor S. C. <vs...@us...> - 2008-07-16 10:58:53
|
Update of /cvsroot/yap/pl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23835/pl Modified Files: messages.yap Log Message: small fixes Index: messages.yap =================================================================== RCS file: /cvsroot/yap/pl/messages.yap,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- messages.yap 11 Jul 2008 17:02:10 -0000 1.14 +++ messages.yap 16 Jul 2008 10:58:59 -0000 1.15 @@ -142,7 +142,7 @@ ( { var(Msg) } ; { var(Info)} ), !, ['bad error ~w' - [error(Msg,Info)]]. system_message(error(consistency_error(Who),Where)) --> - [ 'CONSISTENCY ERROR- ~w ~w' - [Who,Where] ]. + [ 'CONSISTENCY ERROR (arguments not compatible with format)- ~w ~w' - [Who,Where] ]. system_message(error(context_error(Goal,Who),Where)) --> [ 'CONTEXT ERROR- ~w: ~w appeared in ~w' - [Goal,Who,Where] ]. system_message(error(domain_error(DomainType,Opt), Where)) --> |