diff options
| author | George Kuan <commonlisp@gmail.com> | 2015-04-26 19:37:14 -0700 |
|---|---|---|
| committer | George Kuan <commonlisp@gmail.com> | 2015-04-26 19:37:14 -0700 |
| commit | eb7b52f95ad2af7378be8ca2ab3bbba8b1a00f34 (patch) | |
| tree | 7d1636f0eac6bb135ba0d6ca2b4b6fd6da62dd18 /logging.md | |
| parent | 77e469b2870d2fda54fa2555d63edf5965cc26b8 (diff) | |
Corrected some typos
Diffstat (limited to 'logging.md')
| -rw-r--r-- | logging.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Logging Conventions =================== -The following conventions for the glog levels to use. [glog](http://godoc.org/github.com/golang/glog) is globally prefered to [log](http://golang.org/pkg/log/) for better runtime control. +The following conventions for the glog levels to use. [glog](http://godoc.org/github.com/golang/glog) is globally preferred to [log](http://golang.org/pkg/log/) for better runtime control. * glog.Errorf() - Always an error * glog.Warningf() - Something unexpected, but probably not an error |
