Replace print function with Log_OC.d

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-02-21 11:27:55 +01:00 committed by Alper Öztürk
parent 5834de8b1a
commit 33dcd22614
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ public class FileDetailActivitiesFragment extends Fragment implements
isDataFetched = true;
Log_OC.d(TAG, "Data fetched");
} catch (InterruptedException e) {
e.printStackTrace();
Log_OC.d(TAG, "Error caught at thread join: $e");
}
}