Skip to content

Commit 311a851

Browse files
committed
Update deprecation messages to point to new web page (Issue #1357)
1 parent 1f39af9 commit 311a851

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scheduler/printers.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Printer routines for the CUPS scheduler.
33
*
4-
* Copyright © 2020-2025 by OpenPrinting
4+
* Copyright © 2020-2026 by OpenPrinting
55
* Copyright © 2007-2019 by Apple Inc.
66
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
77
*
@@ -1382,10 +1382,10 @@ cupsdLoadAllPrinters(void)
13821382
}
13831383

13841384
if (found_raw)
1385-
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");
1385+
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\".");
13861386

13871387
if (found_driver)
1388-
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");
1388+
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\".");
13891389

13901390
cupsFileClose(fp);
13911391
}

0 commit comments

Comments
 (0)