mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-22 08:52:50 -04:00
dir: Fix grammar in a debug statement
This commit is contained in:
@@ -7735,7 +7735,7 @@ flatpak_dir_prune (FlatpakDir *self,
|
||||
the shared lock operation is released and we will do a prune then */
|
||||
if (g_error_matches (lock_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK))
|
||||
{
|
||||
g_debug ("Skipping prune do to in progress operation");
|
||||
g_debug ("Skipping prune due to in progress operation");
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user