mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
fixes after merge
This commit is contained in:
parent
d57d1e9b0b
commit
ea49019ccb
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ func authenticateExternal(c *gin.Context) (User, error) {
|
|||
log.Printf("Failed to add user %s (id=%d) to scenario %d: %s\n", myUser.Username, myUser.ID, soID, err)
|
||||
}
|
||||
|
||||
log.Printf("Added user %s (id=%d) to scenario %d", user.Username, user.ID, soID)
|
||||
log.Printf("Added user %s (id=%d) to scenario %d", myUser.Username, myUser.ID, soID)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue