mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Make the casing of CALL_ID in debug messages consistent to satisfy my OCD.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373142 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1340,7 +1340,7 @@ int ast_callid_threadassoc_remove()
|
|||||||
ast_log(LOG_ERROR, "Tried to clean callid thread storage with no callid in thread storage.\n");
|
ast_log(LOG_ERROR, "Tried to clean callid thread storage with no callid in thread storage.\n");
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
ast_debug(3, "Call_ID [C-%08x] being removed from thread.\n", (*pointing)->call_identifier);
|
ast_debug(3, "CALL_ID [C-%08x] being removed from thread.\n", (*pointing)->call_identifier);
|
||||||
*pointing = ast_callid_unref(*pointing);
|
*pointing = ast_callid_unref(*pointing);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user