Skip to content

Commit 57547bb

Browse files
authored
Change file location to file name in log message (flutter-tizen#61)
Signed-off-by: Rafal Walczyna <[email protected]>
1 parent edddaf9 commit 57547bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/tizen/tizen_log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void StartLogging();
2121

2222
#undef __LOG
2323
#define __LOG(id, prio, tag, fmt, arg...) \
24-
__dlog_print(id, prio, tag, "%s: %s(%d) > " fmt, __FILE__, __func__, \
24+
__dlog_print(id, prio, tag, "%s: %s(%d) > " fmt, __MODULE__, __func__, \
2525
__LINE__, ##arg);
2626

2727
#define __FT_LOG(prio, fmt, args...) \

0 commit comments

Comments
 (0)