Skip to content

Commit 5dd950f

Browse files
committed
logging improved.
1 parent 6454aa6 commit 5dd950f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/main/java/io/syslogic/github/recyclerview/RepositoriesAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void onResponse(@NonNull Call<WorkflowsResponse> call, @NonNull Response<
132132
if (BuildConfig.DEBUG) {
133133
if (items.getWorkflows() != null && items.getWorkflows().size() > 0) {
134134
for (Workflow item2 : items.getWorkflows()) {
135-
Log.d(LOG_TAG, "has workflows: " + item2.getName());
135+
Log.d(LOG_TAG, item.getName() + " has workflow: " + item2.getName());
136136
}
137137
}
138138
}

0 commit comments

Comments
 (0)