Fix crash in logging in CreateStrayLayer
It was trying to log value of layer_id which is specifically known not to exist, potentially leading to segfault. Log display_id instead.
Please register or sign in to comment
It was trying to log value of layer_id which is specifically known not to exist, potentially leading to segfault. Log display_id instead.