|
Lines 351-358
Link Here
|
| 351 |
if (request->response == NULL) |
351 |
if (request->response == NULL) |
| 352 |
status = IPP_INTERNAL_ERROR; |
352 |
status = IPP_INTERNAL_ERROR; |
| 353 |
|
353 |
|
| 354 |
if (status > IPP_OK_CONFLICT) { |
354 |
if (status > IPP_OK_CONFLICT && |
| 355 |
g_warning ("IPP request failed with status %d", status); |
355 |
!(request->request->request.op.operation_id == CUPS_GET_DEFAULT && |
|
|
356 |
status == IPP_NOT_FOUND)) { |
| 357 |
g_warning ("IPP request %s failed with status %d", |
| 358 |
ippOpString (request->request->request.op.operation_id), status); |
| 356 |
if (request->error != NULL) |
359 |
if (request->error != NULL) |
| 357 |
*(request->error) = g_error_new (GNOME_CUPS_ERROR, |
360 |
*(request->error) = g_error_new (GNOME_CUPS_ERROR, |
| 358 |
status, ippErrorString (status)); |
361 |
status, ippErrorString (status)); |