1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 14:31:23 +02:00

Log name of selected user

This commit is contained in:
Erik Johansson
2018-10-15 22:02:01 +02:00
parent e97b176529
commit 4ace7319e0

View File

@@ -195,6 +195,8 @@ public class OpenScale {
selectScaleUser(-1);
throw new Exception("could not find the selected user");
}
Timber.d("Selected user is now %s (%d)",
selectedScaleUser.getUserName(), selectedScaleUser.getId());
return selectedScaleUser;
}
} catch (Exception e) {