This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
io-job: fix log formatting
bboozzoo/share-upload
Maciek Borzecki
7 years ago
parent
a8fd421e32
commit
c61823843e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/mconnect/io-job.vala
+ 1
- 1
src/mconnect/io-job.vala
View File
@ -59,7 +59,7 @@ class IOCopyJob : Object {
chunk_size = max_chunk_size;
}
debug("transfer done, got %
llu
bytes", format_size(bytes_done));
debug("transfer done, got %
s
bytes", format_size(bytes_done));
return bytes_done;
}
Write
Preview
Loading…
Cancel
Save