qcacmn: Reduce wake up IRQ enable/disable log level

IRQ wake up is happening as expected so reduce WLAN CE 2
IRQ wake up request log to info level to avoid logging it
every time on console.

Change-Id: I9838c80d5133b3f872b1129e41d4f722ba57b011
CRs-Fixed: 1059081
diff --git a/hif/src/snoc/if_snoc.c b/hif/src/snoc/if_snoc.c
index ab0bda1..a414958 100644
--- a/hif/src/snoc/if_snoc.c
+++ b/hif/src/snoc/if_snoc.c
@@ -371,8 +371,8 @@
 		return QDF_STATUS_E_RESOURCES;
 	}
 
-	HIF_ERROR("%s: expecting wake from ce %d, irq %d",
-		  __func__, dl_pipe, irq_to_wake_on);
+	HIF_INFO("%s: expecting wake from ce %d, irq %d enable %d",
+		  __func__, dl_pipe, irq_to_wake_on, enable);
 	return QDF_STATUS_SUCCESS;
 }