aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/sender/uploader.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mac/sender/uploader.mm')
-rw-r--r--src/client/mac/sender/uploader.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/sender/uploader.mm b/src/client/mac/sender/uploader.mm
index 7f4b2d3c..7298ed42 100644
--- a/src/client/mac/sender/uploader.mm
+++ b/src/client/mac/sender/uploader.mm
@@ -546,7 +546,7 @@ NSDictionary *readConfigurationData(const char *configFile) {
}
if (logFileData_) {
- [self uploadData:logFileData_ name:@"log" url:url];
+ [self uploadData:logFileData_ name:@"log"];
}
[upload release];