• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1608 for branches/3.0-Beta2/components/rendering/src/omeis/providers/re/GreyScaleStrategy.java

Show
Ignore:
Timestamp:
06/09/07 00:43:00 (18 months ago)
Author:
david
Message:

replace printStackTrace() ticket #730

Files:
1 modified

  • branches/3.0-Beta2/components/rendering/src/omeis/providers/re/GreyScaleStrategy.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/rendering/src/omeis/providers/re/GreyScaleStrategy.java

    r1574 r1608  
    209209            pixels.close(); 
    210210        } catch (IOException e) { 
    211             e.printStackTrace(); 
    212             throw new ResourceError(e.getMessage()); 
     211            log.error("IOException caught, throwing ResourceError", e.getCause()); 
     212            throw new ResourceError( 
     213                    e.getMessage() + " Please check server log."); 
    213214        } 
    214215    } 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/