In 2.10, print_temp_proc_name () took in the image id. When it was updated to take in GimpImage, it still assumed the g_strdup_printf parameter was an integer. This is fixed by calling `gimp_image_get_id ()` on the image parameter.