modules: camera: fix dump log message

Change-Id: I2511653b3d2d21d03785ea220c760e2b65f0b035
diff --git a/modules/camera/Camera.cpp b/modules/camera/Camera.cpp
index 203b772..eeae41f 100644
--- a/modules/camera/Camera.cpp
+++ b/modules/camera/Camera.cpp
@@ -153,7 +153,7 @@
 
 void Camera::dump(int fd)
 {
-    ALOGV("%s:%d: Dumping to fd %d", fd);
+    ALOGV("%s:%d: Dumping to fd %d", __func__, mId, fd);
     // TODO: dprintf all relevant state to fd
 }