Changeset a1a101d in mainline for uspace/lib/drv/generic/log.c
- Timestamp:
- 2012-08-17T16:58:51Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc0ccab
- Parents:
- 920d0fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/log.c
r920d0fc ra1a101d 58 58 59 59 va_start(args, fmt); 60 log_msgv( level, fmt, args);60 log_msgv(LOG_DEFAULT, level, fmt, args); 61 61 va_end(args); 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.