diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-04 22:15:42 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-04 22:15:42 +0200 |
commit | 5a69d823817b31103170283f92754857cdc11a39 (patch) | |
tree | 4af0ea4a3c58742aeaddfd04bd493594026432f7 /server/src/routes/ui/style.rs | |
parent | 347274afb36e926b328e799ca8004fc874ffe4cb (diff) | |
download | jellything-5a69d823817b31103170283f92754857cdc11a39.tar jellything-5a69d823817b31103170283f92754857cdc11a39.tar.bz2 jellything-5a69d823817b31103170283f92754857cdc11a39.tar.zst |
draft nr. 1 of new card animtions
Diffstat (limited to 'server/src/routes/ui/style.rs')
-rw-r--r-- | server/src/routes/ui/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/style.rs b/server/src/routes/ui/style.rs index 282eaaa..1f92690 100644 --- a/server/src/routes/ui/style.rs +++ b/server/src/routes/ui/style.rs @@ -16,7 +16,7 @@ macro_rules! concat_files { .map(|n| { read_to_string({ let p = PathBuf::from_str(file!()).unwrap().parent().unwrap().join($base).join(n); - log::debug!("load {p:?}"); + log::info!("load {p:?}"); p }) .unwrap() |