Random Bits of Open Code

Update of "example log file"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 98dcf9ab4402a42225f42071a8e8d133ef7adc78
Page Name:example log file
Date: 2011-03-14 02:47:12
Original User: matt
Content
// This is a header

// The following is an error
begin Blah1
ERROR: This shouldn't happen
end Blah1

// The following is an expected error
begin Blah2
ERROR: This shouldn't happen
end Blah2

// This is nothing
The End