# HG changeset patch # User Lachlan Andrew # Date 1463187033 -36000 # Node ID b766928062f51a5cab640df7dd4bdc8eb575b2ea # Parent e7f64161658156f3c9d27945d252a163b7ceffb5 State error ID when complaining of ID but no message (bug #47874). * error.cc (maybe_extract_message_id): Include id [arg(1)] in error string. diff -r e7f641616581 -r b766928062f5 libinterp/corefcn/error.cc --- a/libinterp/corefcn/error.cc Sat May 14 10:28:20 2016 +1000 +++ b/libinterp/corefcn/error.cc Sat May 14 10:50:33 2016 +1000 @@ -1073,7 +1073,7 @@ } else nargs(0) = "call to " + caller - + " with message identifier requires message"; + + " with message identifier '" + arg1 + "' requires message"; } }