mirror of
https://github.com/casbin/bee.git
synced 2025-07-17 17:14:19 +08:00
Fixes the filename and lineNo in debug log message
This commit is contained in:

committed by
Faissal Elamraoui

parent
c3c264ddb5
commit
deacdaa667
@ -954,7 +954,7 @@ func getPackagePath(curpath string) (packpath string) {
|
||||
logger.Fatal("GOPATH environment variable is not set or empty")
|
||||
}
|
||||
|
||||
logger.Debugf("GOPATH: %s", gopath)
|
||||
logger.Debugf("GOPATH: %s", __FILE__(), __LINE__(), gopath)
|
||||
|
||||
appsrcpath := ""
|
||||
haspath := false
|
||||
|
Reference in New Issue
Block a user