Commit aff7f63d authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Explicitly send error string to Fatal log 2

parent 8811fd29
...@@ -36,7 +36,7 @@ import ( ...@@ -36,7 +36,7 @@ import (
func checkErr(err error) { func checkErr(err error) {
if err != nil { if err != nil {
glog.FatalDepth(1, err) glog.FatalDepth(1, err.Error())
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment