mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 21:36:37 +00:00
Use logger
This commit is contained in:
@@ -27,7 +27,7 @@ export const receiveBandwidth = async (req: Request, res: Response, next: NextFu
|
||||
});
|
||||
|
||||
if (!site) {
|
||||
console.warn(`Site not found for public key: ${publicKey}`);
|
||||
logger.warn(`Site not found for public key: ${publicKey}`);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user