commit | 670ce1a4fc8ce79c53b27cfc94ed7bf9398acd14 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Jul 04 18:59:09 2016 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Jul 05 08:38:20 2016 +0000 |
tree | ab2388bf8bfc060cd0b95f107c1bb18a6869e050 | |
parent | 205d376e9bb74d5899682196f4682669cbd85d4f [diff] |
Fix formatting bug in log line. Change-Id: I27f9e85dcbab8850fe43197894ff197299a33ece
diff --git a/fs/gitilesfs.go b/fs/gitilesfs.go index 72462c3..afc4261 100644 --- a/fs/gitilesfs.go +++ b/fs/gitilesfs.go
@@ -190,7 +190,7 @@ f, err := r.fetchFile(id, clone) if err != nil { - log.Printf("fetchFile(%s): %v", id, err) + log.Printf("fetchFile(%s): %v", id.String(), err) return nil, syscall.ESPIPE }