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

Unified Diff: cmd/juju/main.go

Issue 58510045: debug-log: added new debug log api and command
Patch Set: debug-log: added new debug log api and command Created 11 years, 9 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: cmd/juju/main.go
=== modified file 'cmd/juju/main.go'
--- cmd/juju/main.go 2014-01-28 04:58:43 +0000
+++ cmd/juju/main.go 2014-01-30 12:50:13 +0000
@@ -91,7 +91,7 @@
jujucmd.Register(wrap(&SCPCommand{}))
jujucmd.Register(wrap(&SSHCommand{}))
jujucmd.Register(wrap(&ResolvedCommand{}))
- jujucmd.Register(wrap(&DebugLogCommand{sshCmd: &SSHCommand{}}))
+ jujucmd.Register(wrap(&DebugLogCommand{}))
jujucmd.Register(wrap(&DebugHooksCommand{}))
// Configuration commands.

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