print full lchan name when recycling it

This commit is contained in:
Harald Welte (local) 2009-12-28 23:22:43 +01:00 committed by Harald Welte
parent 4719307f50
commit 0b11414f38
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ int lchan_auto_release(struct gsm_lchan *lchan)
LOGP(DRLL, LOGL_ERROR, "Channel count is negative: %d\n",
lchan->use_count);
DEBUGP(DRLL, "Recycling the channel with: %d (%x)\n", lchan->nr, lchan->nr);
DEBUGP(DRLL, "%s Recycling Channel\n", gsm_lchan_name(lchan));
rsl_release_request(lchan, 0);
return 1;
}