mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-15 08:09:38 +05:00
improve unix socket support, always embed commit
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package misc
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"sync"
|
||||
|
||||
"git.maid.zone/stuff/soundcloak/lib/cfg"
|
||||
@@ -41,7 +41,7 @@ func (pr *ProxyReader) Close() error {
|
||||
|
||||
func Log(what ...any) {
|
||||
if cfg.Debug {
|
||||
fmt.Println(what...)
|
||||
log.Println(what...)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user