X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/ac851218e2879223231054e24e4c18692756b284..471a1a23753606871f4d85eb951f615e5310792e:/src/compiler/dmd/dmain2.d diff --git a/src/compiler/dmd/dmain2.d b/src/compiler/dmd/dmain2.d index ec42e66..8c22052 100644 --- a/src/compiler/dmd/dmain2.d +++ b/src/compiler/dmd/dmain2.d @@ -241,7 +241,7 @@ extern (C) int main(int argc, char **argv) if (e.file) { // fprintf(stderr, "%.*s(%u): %.*s\n", e.file, e.line, e.msg); - console (e.classinfo.name)("@")(e.file)("(")(e.line)("): ")(e.toString)("\n"); + console (e.classinfo.name)("@")(e.file)("(")(e.line)("): ")(e.msg)("\n"); } else {