diff options
| author | root <[email protected]> | 2023-12-05 06:38:41 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2023-12-05 06:38:41 +0000 |
| commit | 58ddb72b18a04edb5e8d33e5aea351b8ff43ab0a (patch) | |
| tree | 9f289eb27ea7bf08dd045c8b8ad6fa333e8ce47b /shaping/test/stub.cpp | |
| parent | 7c7979f8bf120f6c0e92b683edd5fbc10fd0764c (diff) | |
add config to set maat log level
Diffstat (limited to 'shaping/test/stub.cpp')
| -rw-r--r-- | shaping/test/stub.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shaping/test/stub.cpp b/shaping/test/stub.cpp index db7ce23..293ef3c 100644 --- a/shaping/test/stub.cpp +++ b/shaping/test/stub.cpp @@ -481,6 +481,11 @@ struct maat *maat_new(struct maat_options *opts, const char *table_info_path) return instance; } +int maat_options_set_logger(struct maat_options *opts, const char *log_path, enum log_level level) +{ + return 0; +} + void maat_options_free(struct maat_options *opts) { return; |
