|
@@ -90,7 +90,7 @@ public class InstantUploadBroadcastReceiver extends BroadcastReceiver {
|
|
|
|
|
|
Account account = AccountUtils.getCurrentOwnCloudAccount(context);
|
|
|
if (account == null) {
|
|
|
- Log_OC.w(TAG, "No ownCloud account found for instant upload, aborting");
|
|
|
+ Log_OC.w(TAG, "No account found for instant upload, aborting");
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -159,7 +159,7 @@ public class InstantUploadBroadcastReceiver extends BroadcastReceiver {
|
|
|
|
|
|
Account account = AccountUtils.getCurrentOwnCloudAccount(context);
|
|
|
if (account == null) {
|
|
|
- Log_OC.w(TAG, "No owncloud account found for instant upload, aborting");
|
|
|
+ Log_OC.w(TAG, "No account found for instant upload, aborting");
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -203,7 +203,7 @@ public class InstantUploadBroadcastReceiver extends BroadcastReceiver {
|
|
|
if (instantPictureUploadViaWiFiOnly(context) && !isConnectedViaWiFi(context)){
|
|
|
Account account = AccountUtils.getCurrentOwnCloudAccount(context);
|
|
|
if (account == null) {
|
|
|
- Log_OC.w(TAG, "No owncloud account found for instant upload, aborting");
|
|
|
+ Log_OC.w(TAG, "No account found for instant upload, aborting");
|
|
|
return;
|
|
|
}
|
|
|
|