mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
linefeed in debug
This commit is contained in:
parent
dd78115f0a
commit
9bdd575882
2
encode.c
2
encode.c
|
@ -748,7 +748,7 @@ PyImaging_LibTiffEncoderNew(PyObject* self, PyObject* args)
|
|||
key = PyList_GetItem(keys,pos);
|
||||
value = PyList_GetItem(values,pos);
|
||||
status = 0;
|
||||
TRACE(("Attempting to set key: %d", (int)PyInt_AsLong(key)));
|
||||
TRACE(("Attempting to set key: %d\n", (int)PyInt_AsLong(key)));
|
||||
if (PyInt_Check(value)) {
|
||||
TRACE(("Setting from Int: %d %ld \n", (int)PyInt_AsLong(key),PyInt_AsLong(value)));
|
||||
status = ImagingLibTiffSetField(&encoder->state,
|
||||
|
|
Loading…
Reference in New Issue
Block a user