projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d2cf4
)
Updated GetCSV error message (#4636)
author
Lucas Liberacki
<coolcodingguy@gmail.com>
Tue, 17 Apr 2018 05:20:14 +0000
(
01:20
-0400)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Tue, 17 Apr 2018 05:20:14 +0000
(07:20 +0200)
tpl/data/data.go
patch
|
blob
|
history
diff --git
a/tpl/data/data.go
b/tpl/data/data.go
index 0c75fdbb7eebcb087deb21cb84c67165c274adac..0dd2b26255a277e5e3ac44b293b6752fb3021e43 100644
(file)
--- a/
tpl/data/data.go
+++ b/
tpl/data/data.go
@@
-59,7
+59,7
@@
func (ns *Namespace) GetCSV(sep string, urlParts ...string) (d [][]string, err e
var req *http.Request
req, err = http.NewRequest("GET", url, nil)
if err != nil {
- jww.ERROR.Printf("Failed to create request for get
JSON
: %s", err)
+ jww.ERROR.Printf("Failed to create request for get
CSV
: %s", err)
return nil, err
}