]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update deprecation messages to point to new web page (Issue #1357)
authorMichael R Sweet <msweet@msweet.org>
Wed, 1 Apr 2026 17:31:27 +0000 (13:31 -0400)
committerMichael R Sweet <msweet@msweet.org>
Wed, 1 Apr 2026 17:31:27 +0000 (13:31 -0400)
scheduler/printers.c

index 93310f26bd82fa77201ebb6eb8d1b3abb9f2bb74..927e85fc50344d342705e0fc1bd0505eefcba7ce 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Printer routines for the CUPS scheduler.
  *
- * Copyright © 2020-2025 by OpenPrinting
+ * Copyright © 2020-2026 by OpenPrinting
  * Copyright © 2007-2019 by Apple Inc.
  * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
  *
@@ -1382,10 +1382,10 @@ cupsdLoadAllPrinters(void)
   }
 
   if (found_raw)
-    cupsdLogMessage(CUPSD_LOG_WARN, "Raw queues are deprecated and will stop working in a future version of CUPS. Use IPP Everywhere drivers (\"-m everywhere\") or Printer Applications instead. See https://github.com/OpenPrinting/cups/issues/103");
+    cupsdLogMessage(CUPSD_LOG_WARN, "Raw queues are deprecated and will stop working in a future version of CUPS - see \"https://openprinting.github.io/cups/drivers.html\".");
 
   if (found_driver)
-    cupsdLogMessage(CUPSD_LOG_WARN, "Printer drivers are deprecated and will stop working in a future version of CUPS. Use IPP Everywhere drivers (\"-m everywhere\") or Printer Applications instead. See https://github.com/OpenPrinting/cups/issues/103");
+    cupsdLogMessage(CUPSD_LOG_WARN, "Printer drivers are deprecated and will stop working in a future version of CUPS - see \"https://openprinting.github.io/cups/drivers.html\".");
 
   cupsFileClose(fp);
 }