diff options
| author | Shulhan <ms@kilabit.info> | 2018-06-03 23:29:34 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-06-04 00:06:48 +0700 |
| commit | 8c316a9b4cea498dfaecf41b00b6c1df239b14cb (patch) | |
| tree | 273471e6d31a0542aad736bc42270300c75400f0 /beku.go | |
| parent | 9e35bb0d8ba1dfad4637f9fad77dd929176c49a1 (diff) | |
| download | beku-8c316a9b4cea498dfaecf41b00b6c1df239b14cb.tar.xz | |
[chore] Add context to debug output
Each debug statement is prefixed with "[X] func" where X is either ENV
for debug in environment's methods or PKG for debug in package's
methods.
Diffstat (limited to 'beku.go')
| -rw-r--r-- | beku.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -12,11 +12,6 @@ const ( ) const ( - dbgLinkDep = "linking dep" - dbgMissDep = "missing dep" - dbgSkipSelf = "skip self dep" - dbgSkipStd = "skip std dep" - defPATH = "/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" dirDB = "var/beku" |
