----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3901/ -----------------------------------------------------------
Review request for Asterisk Developers. Repository: Asterisk Description ------- There's a function called "logger_strip_verbose_magic". It didn't strip the verbose characters, but replaced them with a space. If that's all we wanted, we could've just edited the string inline and wouldn't need the extra malloc. Further, it rescanned the string from the start after every blanking operation. This change changes the function to actually strip the verbose magic characters from the log file. Diffs ----- /branches/13/main/logger.c 420653 Diff: https://reviewboard.asterisk.org/r/3901/diff/ Testing ------- Yes. The console output looks the same as the log output. Thanks, wdoekes
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
