[gnome-commander] Add debug output



commit fe828fd85763861abd816fa18bd4af37c0edecb0
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sun May 30 23:36:54 2021 +0200

    Add debug output

 src/dirlist.cc | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/dirlist.cc b/src/dirlist.cc
index 68f7da5e6..65ca858e7 100644
--- a/src/dirlist.cc
+++ b/src/dirlist.cc
@@ -152,6 +152,7 @@ static void enumerate_children_callback(GObject *direnum, GAsyncResult *result,
     {
         /* DONE */
         dir->state = GnomeCmdDir::STATE_LISTED;
+        DEBUG('l', "All files listed\n");
         dir->done_func (dir, dir->gFileInfoList, nullptr);
         g_object_unref(direnum);
         return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]