mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-19 06:51:57 +02:00
Log name of selected user
This commit is contained in:
@@ -195,6 +195,8 @@ public class OpenScale {
|
|||||||
selectScaleUser(-1);
|
selectScaleUser(-1);
|
||||||
throw new Exception("could not find the selected user");
|
throw new Exception("could not find the selected user");
|
||||||
}
|
}
|
||||||
|
Timber.d("Selected user is now %s (%d)",
|
||||||
|
selectedScaleUser.getUserName(), selectedScaleUser.getId());
|
||||||
return selectedScaleUser;
|
return selectedScaleUser;
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Reference in New Issue
Block a user