diff --git a/api/client.go b/api/client.go
index 20ccffacd0b7cec3d3b5542c68378dfff0a9e488..062080589488a01b9b8cd2e7c05521e964b97cae 100644
--- a/api/client.go
+++ b/api/client.go
@@ -78,7 +78,7 @@ type Client struct {
 // merely creates a new cryptographic identity for adding such information
 // at a later date.
 func NewClient(ndfJSON, storageDir string, password []byte, registrationCode string) error {
-	jww.INFO.Printf("NewClient()")
+	jww.INFO.Printf("NewClient(dir: %s)", storageDir)
 	// Use fastRNG for RNG ops (AES fortuna based RNG using system RNG)
 	rngStreamGen := fastRNG.NewStreamGenerator(12, 3, csprng.NewSystemRNG)
 	rngStream := rngStreamGen.GetStream()