diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-07-03 17:39:59 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-07-03 17:39:59 +0300 |
commit | 9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d (patch) | |
tree | 983bed70068da2fb12c7d5ecafb0bb31e2e99720 /docs/markdown/snippets/new-debug-function.md | |
parent | 51dad83d465363b9de18885d0047897f8a211e53 (diff) | |
download | meson-9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d.zip meson-9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d.tar.gz meson-9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d.tar.bz2 |
Finalize the release.0.63.0
Diffstat (limited to 'docs/markdown/snippets/new-debug-function.md')
-rw-r--r-- | docs/markdown/snippets/new-debug-function.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/new-debug-function.md b/docs/markdown/snippets/new-debug-function.md deleted file mode 100644 index c900827..0000000 --- a/docs/markdown/snippets/new-debug-function.md +++ /dev/null @@ -1,5 +0,0 @@ -## Added `debug` function - -In addition to the `message()`, `warning()` and `error()` functions there is now the -`debug()` function to log messages that only end up in the `meson-log.txt` logfile -and are not printed to stdout at configure time. |