udm

Merge lp:~mandel/udm/fix-upload-start into lp:udm

Proposed by Manuel de la Peña
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 7
Merged at revision: 6
Proposed branch: lp:~mandel/udm/fix-upload-start
Merge into: lp:udm
Diff against target: 12 lines (+1/-1)
1 file modified
uploader.go (+1/-1)
To merge this branch: bzr merge lp:~mandel/udm/fix-upload-start
Reviewer Review Type Date Requested Status
Sergio Schvezov Approve
Review via email: mp+225015@code.launchpad.net

Commit message

Use the upload service and not the download one.

To post a comment you must log in.
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

please remove the 2 fmt.Printlns and the extra blank line

review: Needs Fixing
lp:~mandel/udm/fix-upload-start updated
7. By Manuel de la Peña

Remove leftovers.

Revision history for this message
Sergio Schvezov (sergiusens) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'uploader.go'
2--- uploader.go 2014-06-27 12:16:36 +0000
3+++ uploader.go 2014-06-30 14:28:54 +0000
4@@ -86,7 +86,7 @@
5 }
6
7 func newFileUpload(conn *dbus.Connection, path dbus.ObjectPath) (*FileUpload, error) {
8- proxy := conn.Object(DOWNLOAD_SERVICE, path)
9+ proxy := conn.Object(UPLOAD_SERVICE, path)
10 started_ch := make(chan bool)
11 started_w, err := connectToSignal(conn, path, "started")
12 if err != nil {

Subscribers

People subscribed via source and target branches