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
=== modified file 'uploader.go'
--- uploader.go 2014-06-27 12:16:36 +0000
+++ uploader.go 2014-06-30 14:28:54 +0000
@@ -86,7 +86,7 @@
86}86}
8787
88func newFileUpload(conn *dbus.Connection, path dbus.ObjectPath) (*FileUpload, error) {88func newFileUpload(conn *dbus.Connection, path dbus.ObjectPath) (*FileUpload, error) {
89 proxy := conn.Object(DOWNLOAD_SERVICE, path)89 proxy := conn.Object(UPLOAD_SERVICE, path)
90 started_ch := make(chan bool)90 started_ch := make(chan bool)
91 started_w, err := connectToSignal(conn, path, "started")91 started_w, err := connectToSignal(conn, path, "started")
92 if err != nil {92 if err != nil {

Subscribers

People subscribed via source and target branches