Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(103)

Unified Diff: environs/testing/tools.go

Issue 88800043: Remove legacy log functions.
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: environs/testing/tools.go
=== modified file 'environs/testing/tools.go'
--- environs/testing/tools.go 2014-04-09 16:36:12 +0000
+++ environs/testing/tools.go 2014-04-17 01:26:34 +0000
@@ -16,7 +16,6 @@
"launchpad.net/juju-core/environs/simplestreams"
"launchpad.net/juju-core/environs/storage"
envtools "launchpad.net/juju-core/environs/tools"
- "launchpad.net/juju-core/log"
"launchpad.net/juju-core/state"
coretesting "launchpad.net/juju-core/testing"
coretools "launchpad.net/juju-core/tools"
@@ -92,7 +91,7 @@
}
func uploadFakeToolsVersion(stor storage.Storage, vers version.Binary) (*coretools.Tools, error) {
- log.Noticef("environs/testing: uploading FAKE tools %s", vers)
+ logger.Infof("uploading FAKE tools %s", vers)
tgz, checksum := coretesting.TarGz(
coretesting.NewTarFile("jujud", 0777, "jujud contents "+vers.String()))
size := int64(len(tgz))
« no previous file with comments | « downloader/downloader.go ('k') | errors/errors.go » ('j') | state/presence/presence.go » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b