Changeset 3275 for trunk/gui


Ignore:
Timestamp:
Feb 4, 2013 11:07:13 AM (11 years ago)
Author:
gah
Message:

fix java search, fix error message for logger

File:
1 edited

Legend:

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

    r3186 r3275  
    202202        } else {
    203203            set status [catch {
     204                set ::Rappture::Tool::job(control) ""
    204205                eval blt::bgexec \
    205206                    ::Rappture::Tool::job(control) \
     
    214215            if { $status != 0 } {
    215216                # We're here because the exec-ed program failed
     217                set logmesg $result
    216218                if { $::Rappture::Tool::job(control) != "" } {
    217219                    foreach { token pid code mesg } \
Note: See TracChangeset for help on using the changeset viewer.