Changeset ebcb05a in mainline for uspace/lib/drv/generic/log.c


Ignore:
Timestamp:
2011-04-01T19:00:51Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
969585f, ea53529
Parents:
bdbb6f6
Message:

Logging functions should append newline automatically. Since one has no
choice but to end log message with a newline, there is no need to do it
manually in every invocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/log.c

    rbdbb6f6 rebcb05a  
    5151 *                      if verbosity is less than or equal to current
    5252 *                      reporting level.
    53  * @param fmt           Format string
     53 * @param fmt           Format string (no trailing newline)
    5454 */
    5555void ddf_msg(log_level_t level, const char *fmt, ...)
Note: See TracChangeset for help on using the changeset viewer.