Lines Matching refs:log_notice
43 log_notice("Time's up, exiting thread's loop"); in thread_func()
47 log_notice("> Thread iteration #%u.", i); in thread_func()
56 log_notice("Acquired loop device %s, will mount on %s", loop->node, mounted); in thread_func()
72 log_notice("Found node %s fstype %s designator %s", in thread_func()
95 log_notice("Unmounting %s", mounted); in thread_func()
98 log_notice("Unmounted."); in thread_func()
102 log_notice("Detaching loop device %s", loop->node); in thread_func()
104 log_notice("Detached loop device."); in thread_func()
107 log_notice("Leaving thread"); in thread_func()
276 log_notice("Threads are being started now"); in run()
288 log_notice("All threads started now."); in run()
294 log_notice("Joining thread #%u.", i); in run()
300 log_notice("Joined thread #%u.", i); in run()
303 log_notice("Threads are all terminated now."); in run()
305 log_notice("Cutting test short, since we do not have libblkid."); in run()