Skip to content

Commit

Permalink
Issu #14: put back some (hopeful) error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Mar 23, 2015
1 parent 35319e7 commit 4d9b56d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added monticello/GsUpgrader-Core-dkh.57.mcz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ patchForGsDevKitIssue60Source2
self underlyingSocket raiseExceptionOnError: true.
(self waitForReadDataUpToMs: 12000)
ifFalse: [
self error: ''data was late'' ].
self error: self underlyingSocket lastErrorString asString].
bytesRead _ self readInto: buf startingAt: 1 for: buf size.
response nextPutAll: (buf copyFrom: 1 to: bytesRead) ].
^ Array with: response contents asString with: '' with: '' "Marker not found and connection closed"'
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"packageReportOn:" : "dkh 09/15/2014 13:48",
"patchForGsDevKitIssue60" : "dkh 03/23/2015 10:59",
"patchForGsDevKitIssue60Source1" : "dkh 03/23/2015 13:40",
"patchForGsDevKitIssue60Source2" : "dkh 03/23/2015 14:35",
"patchForGsDevKitIssue60Source2" : "dkh 03/23/2015 14:42",
"projectReportOn:" : "dkh 09/11/2014 16:38",
"projectVersion:" : "dkh 09/15/2014 13:13",
"registrationFor:" : "dkh 11/16/2014 20:06",
Expand Down

0 comments on commit 4d9b56d

Please sign in to comment.