]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/pull-tar.c
Drop the text argument from assert_not_reached()
[thirdparty/systemd.git] / src / import / pull-tar.c
index a2ba56df2f39262a67fe6f1b9c757bc8d54c98ce..1227c89ffb1c28935bf7672c4ac88c38a50bae50 100644 (file)
@@ -187,7 +187,7 @@ static void tar_pull_report_progress(TarPull *i, TarProgress p) {
                 break;
 
         default:
-                assert_not_reached("Unknown progress state");
+                assert_not_reached();
         }
 
         sd_notifyf(false, "X_IMPORT_PROGRESS=%u", percent);