Ignore:
Timestamp:
May 12, 2007 5:53:51 PM (17 years ago)
Author:
mmc
Message:

Fixed long messages (usually resulting from "Problem launching job")
so that they will show as much of the job output (including the tail
end) and as much of the Rappture input as it can. It used to show
the first part of job output and the last part of the Rappture input,
and that wasn't very helpful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/analyzer.tcl

    r728 r733  
    395395        # It may be a real problem.
    396396        if {[Rappture::bugreport::shouldReport for jobs]} {
    397             Rappture::bugreport::register "Problem launching job:\n\n$result\n-----\n[$_tool xml xml]"
     397            Rappture::bugreport::register "Problem launching job:\n\n$result\n== RAPPTURE INPUT ==\n[$_tool xml xml]"
    398398        }
    399399    } else {
Note: See TracChangeset for help on using the changeset viewer.